diff options
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index b73786ccd..316b50fbb 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h | |||
| @@ -89,6 +89,9 @@ public: | |||
| 89 | */ | 89 | */ |
| 90 | virtual void LoadContext(const ThreadContext& ctx) = 0; | 90 | virtual void LoadContext(const ThreadContext& ctx) = 0; |
| 91 | 91 | ||
| 92 | /// Prepare core for thread reschedule (if needed to correctly handle state) | ||
| 93 | virtual void PrepareReschedule() = 0; | ||
| 94 | |||
| 92 | /// Getter for num_instructions | 95 | /// Getter for num_instructions |
| 93 | u64 GetNumInstructions() { | 96 | u64 GetNumInstructions() { |
| 94 | return num_instructions; | 97 | return num_instructions; |