Moved backtrace to ArmInterface

This commit is contained in:
David Marcec
2018-12-19 14:10:51 +11:00
parent 5102c91256
commit 08d5663cb8
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;
}