mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
A64: Implement Exceptional Exit.
This commit is contained in:
parent
41521ed856
commit
d7abae1e31
2 changed files with 19 additions and 0 deletions
|
|
@ -60,6 +60,12 @@ public:
|
|||
*/
|
||||
void HaltExecution();
|
||||
|
||||
/**
|
||||
* Exits execution from a callback, the callback must rewind the stack or
|
||||
* never return to dynarmic from it's current stack.
|
||||
*/
|
||||
void ExceptionalExit();
|
||||
|
||||
/// Read Stack Pointer
|
||||
std::uint64_t GetSP() const;
|
||||
/// Modify Stack Pointer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue