]> Git Repo - qemu.git/blobdiff - target-s390x/helper.c
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
[qemu.git] / target-s390x / helper.c
index ad8f7978ea31002e3548aa972f73e50a9f8aa304..9a744df6c89a44b981a8fb7bac44dce8e79f3da0 100644 (file)
@@ -688,7 +688,7 @@ void s390x_cpu_debug_excp_handler(CPUState *cs)
            will be triggered, it will call load_psw which will recompute
            the watchpoints.  */
         cpu_watchpoint_remove_all(cs, BP_CPU);
-        cpu_resume_from_signal(cs, NULL);
+        cpu_loop_exit_noexc(cs);
     }
 }
 #endif /* CONFIG_USER_ONLY */
This page took 0.022806 seconds and 4 git commands to generate.