mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
dynarmic: Abort watchpoints ASAP
This commit is contained in:
parent
9d4dd0d153
commit
f719a0a078
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