summaryrefslogtreecommitdiffstats
path: root/src/core/arm/arm_interface.cpp
diff options
context:
space:
mode:
authorMerry <git@mary.rs>2022-07-11 23:48:08 +0200
committerMerry <git@mary.rs>2022-07-15 11:03:30 +0200
commit40e39ddd46c90c75e55970a86ac99dc3cab0a26d (patch)
treed49ad509eba3c93b0813e14c471349578439dd4a /src/core/arm/arm_interface.cpp
parentMerge pull request #8540 from lat9nq/copy-nv-ffmpeg (diff)
downloadyuzu-40e39ddd46c90c75e55970a86ac99dc3cab0a26d.tar
yuzu-40e39ddd46c90c75e55970a86ac99dc3cab0a26d.tar.gz
yuzu-40e39ddd46c90c75e55970a86ac99dc3cab0a26d.tar.bz2
yuzu-40e39ddd46c90c75e55970a86ac99dc3cab0a26d.tar.lz
yuzu-40e39ddd46c90c75e55970a86ac99dc3cab0a26d.tar.xz
yuzu-40e39ddd46c90c75e55970a86ac99dc3cab0a26d.tar.zst
yuzu-40e39ddd46c90c75e55970a86ac99dc3cab0a26d.zip
Diffstat (limited to 'src/core/arm/arm_interface.cpp')
-rw-r--r--src/core/arm/arm_interface.cpp1
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() {
// 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());
}