Moved backtrace to ArmInterface
Added to both dynarmic and unicorn
This commit is contained in:
parent
7149332712
commit
5102c91256
6 changed files with 39 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue