mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 20:02:57 +00:00
A64: Add ClearExclusiveState method
This commit is contained in:
@@ -100,6 +100,9 @@ public:
|
||||
/// Modify PSTATE
|
||||
void SetPstate(std::uint32_t value);
|
||||
|
||||
/// Clears exclusive state for this core.
|
||||
void ClearExclusiveState();
|
||||
|
||||
/**
|
||||
* Returns true if Jit::Run was called but hasn't returned yet.
|
||||
* i.e.: We're in a callback.
|
||||
|
||||
Reference in New Issue
Block a user