forked from eden-emu/eden
Moved backtrace to ArmInterface
This commit is contained in:
parent
3324bc7da5
commit
4b64fcc9d6
8 changed files with 20 additions and 47 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue