dynarmic: Abort watchpoints ASAP

This commit is contained in:
Merry 2022-07-11 22:48:08 +01:00
parent 53fb4a78a3
commit 40e39ddd46
5 changed files with 4 additions and 9 deletions

View file

@ -147,7 +147,6 @@ void ARM_Interface::Run() {
// Notify the debugger and go to sleep if a watchpoint was hit.
if (Has(hr, watchpoint)) {
RewindBreakpointInstruction();
if (system.DebuggerEnabled()) {
system.GetDebugger().NotifyThreadWatchpoint(current_thread, *HaltedWatchpoint());
}