diff options
| author | 2022-07-17 22:41:28 +0100 | |
|---|---|---|
| committer | 2022-07-17 22:41:28 +0100 | |
| commit | 09300abe924aba145c9bcfcbb202254c20fa8673 (patch) | |
| tree | 97987776d6d3391fe0b88fe1893b906ac62f5866 /src/core/arm/arm_interface.cpp | |
| parent | Merge pull request #8508 from yuzu-emu/mc-speed-limit (diff) | |
| parent | dynarmic: Abort watchpoints ASAP (diff) | |
| download | yuzu-09300abe924aba145c9bcfcbb202254c20fa8673.tar.gz yuzu-09300abe924aba145c9bcfcbb202254c20fa8673.tar.xz yuzu-09300abe924aba145c9bcfcbb202254c20fa8673.zip | |
Merge pull request #8569 from merryhime/watchpoints
dynarmic: Abort watchpoints ASAP
Diffstat (limited to 'src/core/arm/arm_interface.cpp')
| -rw-r--r-- | src/core/arm/arm_interface.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/arm/arm_interface.cpp b/src/core/arm/arm_interface.cpp index cef79b245..e72b250be 100644 --- a/src/core/arm/arm_interface.cpp +++ b/src/core/arm/arm_interface.cpp | |||
| @@ -147,7 +147,6 @@ void ARM_Interface::Run() { | |||
| 147 | 147 | ||
| 148 | // Notify the debugger and go to sleep if a watchpoint was hit. | 148 | // Notify the debugger and go to sleep if a watchpoint was hit. |
| 149 | if (Has(hr, watchpoint)) { | 149 | if (Has(hr, watchpoint)) { |
| 150 | RewindBreakpointInstruction(); | ||
| 151 | if (system.DebuggerEnabled()) { | 150 | if (system.DebuggerEnabled()) { |
| 152 | system.GetDebugger().NotifyThreadWatchpoint(current_thread, *HaltedWatchpoint()); | 151 | system.GetDebugger().NotifyThreadWatchpoint(current_thread, *HaltedWatchpoint()); |
| 153 | } | 152 | } |