]> git.proxmox.com Git - mirror_qemu.git/blobdiff - exec.c
vl: Eliminate usb_enabled()
[mirror_qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index f2c9e374f5f541f1ea882dbc2f1a9328cba76fb8..a9d465b289de7cae7128125cc67b2ef43aca715e 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -2091,7 +2091,7 @@ static void check_watchpoint(int offset, int len, MemTxAttrs attrs, int flags)
                 } else {
                     cpu_get_tb_cpu_state(env, &pc, &cs_base, &cpu_flags);
                     tb_gen_code(cpu, pc, cs_base, cpu_flags, 1);
-                    cpu_resume_from_signal(cpu, NULL);
+                    cpu_loop_exit_noexc(cpu);
                 }
             }
         } else {