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 7149332712
commit 5102c91256
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