dynarmic: Abort watchpoints ASAP
This commit is contained in:
parent
53fb4a78a3
commit
40e39ddd46
5 changed files with 4 additions and 9 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue