A64: Add ClearExclusiveState method

This commit is contained in:
MerryMage 2018-07-04 00:03:36 +01:00
parent 2a8de5f733
commit 821cff1227
2 changed files with 11 additions and 0 deletions

View file

@ -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.