summaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/arm/arm_interface.h')
-rw-r--r--src/core/arm/arm_interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index 3d866ff6f..a9d9ac09d 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -81,6 +81,9 @@ public:
81 // thread context to be 800 bytes in size. 81 // thread context to be 800 bytes in size.
82 static_assert(sizeof(ThreadContext64) == 0x320); 82 static_assert(sizeof(ThreadContext64) == 0x320);
83 83
84 /// Perform any backend-specific initialization.
85 virtual void Initialize() {}
86
84 /// Runs the CPU until an event happens 87 /// Runs the CPU until an event happens
85 void Run(); 88 void Run();
86 89