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

@ -388,10 +388,6 @@ bool Thread::InvokeWakeupCallback(ThreadWakeupReason reason, SharedPtr<Thread> t
return wakeup_callback(reason, std::move(thread), std::move(object), index);
}
void Thread::LogBacktrace() {
Core::System::GetInstance().ArmInterface(processor_id).LogBacktrace();
}
////////////////////////////////////////////////////////////////////////////////////////////////////
/**