mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-19 14:58:55 +02:00
Moved backtrace to ArmInterface
This commit is contained in:
parent
3324bc7da5
commit
4b64fcc9d6
8 changed files with 20 additions and 47 deletions
|
|
@ -240,11 +240,6 @@ public:
|
|||
return status == ThreadStatus::WaitSynchAll;
|
||||
}
|
||||
|
||||
/**
|
||||
* Logs the backtrace for the current thread
|
||||
*/
|
||||
void LogBacktrace();
|
||||
|
||||
ThreadContext& GetContext() {
|
||||
return context;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue