diff options
Diffstat (limited to 'cpu-exec-common.c')
-rw-r--r-- | cpu-exec-common.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpu-exec-common.c b/cpu-exec-common.c index 0cb5b6381b..0cb4ae60ef 100644 --- a/cpu-exec-common.c +++ b/cpu-exec-common.c @@ -26,10 +26,8 @@ bool exit_request; CPUState *tcg_current_cpu; -/* exit the current TB from a signal handler. The host registers are - restored in a state compatible with the CPU emulator - */ -void cpu_resume_from_signal(CPUState *cpu, void *puc) +/* exit the current TB, but without causing any exception to be raised */ +void cpu_loop_exit_noexc(CPUState *cpu) { /* XXX: restore cpu registers saved in host registers */ |