Moved backtrace to ArmInterface

This commit is contained in:
David Marcec 2018-12-19 14:10:51 +11:00
parent 3324bc7da5
commit 4b64fcc9d6
8 changed files with 20 additions and 47 deletions

View file

@ -240,11 +240,6 @@ public:
return status == ThreadStatus::WaitSynchAll;
}
/**
* Logs the backtrace for the current thread
*/
void LogBacktrace();
ThreadContext& GetContext() {
return context;
}