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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index 4dfe0570b..602c91e30 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -56,6 +56,12 @@ public:
56 virtual u32 GetCPSR() const = 0; 56 virtual u32 GetCPSR() const = 0;
57 57
58 /** 58 /**
59 * Set the current CPSR register
60 * @param cpsr Value to set CPSR to
61 */
62 virtual void SetCPSR(u32 cpsr) = 0;
63
64 /**
59 * Returns the number of clock ticks since the last rese 65 * Returns the number of clock ticks since the last rese
60 * @return Returns number of clock ticks 66 * @return Returns number of clock ticks
61 */ 67 */