Moved backtrace to ArmInterface

Added to both dynarmic and unicorn
This commit is contained in:
David Marcec 2018-12-03 20:13:48 +11:00
parent a305208a35
commit 3324bc7da5
6 changed files with 39 additions and 14 deletions

View file

@ -141,6 +141,8 @@ public:
/// Prepare core for thread reschedule (if needed to correctly handle state)
virtual void PrepareReschedule() = 0;
virtual void LogBacktrace() = 0;
};
} // namespace Core