mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-02 22:13:07 +00:00
added option to set CPSR register to arm_interface
This commit is contained in:
@@ -55,6 +55,12 @@ public:
|
||||
*/
|
||||
virtual u32 GetCPSR() const = 0;
|
||||
|
||||
/**
|
||||
* Set the current CPSR register
|
||||
* @param cpsr Value to set CPSR to
|
||||
*/
|
||||
virtual void SetCPSR(u32 cpsr) = 0;
|
||||
|
||||
/**
|
||||
* Returns the number of clock ticks since the last rese
|
||||
* @return Returns number of clock ticks
|
||||
|
||||
Reference in New Issue
Block a user