diff options
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/bpt_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/bpt_helper.c b/target-i386/bpt_helper.c index 499a277567..6fd7fe04a0 100644 --- a/target-i386/bpt_helper.c +++ b/target-i386/bpt_helper.c @@ -218,7 +218,7 @@ void breakpoint_handler(CPUState *cs) if (check_hw_breakpoints(env, false)) { raise_exception(env, EXCP01_DB); } else { - cpu_resume_from_signal(cs, NULL); + cpu_loop_exit_noexc(cs); } } } else { |