forked from eden-emu/eden
Moved backtrace to ArmInterface
This commit is contained in:
parent
5102c91256
commit
08d5663cb8
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