Remove ExceptionalExit hack

This commit is contained in:
MerryMage 2021-05-04 14:29:58 +01:00
parent 030ff82ba8
commit d6592c7142
4 changed files with 0 additions and 42 deletions

View file

@ -59,13 +59,6 @@ public:
*/
void HaltExecution();
/**
* HACK:
* Exits execution from a callback, the callback must rewind the stack or
* never return to dynarmic from it's current stack.
*/
void ExceptionalExit();
/// View and modify registers.
std::array<std::uint32_t, 16>& Regs();
const std::array<std::uint32_t, 16>& Regs() const;

View file

@ -60,13 +60,6 @@ public:
*/
void HaltExecution();
/**
* HACK:
* 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