]> Git Repo - qemu.git/blobdiff - cpu-exec-common.c
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161017' into...
[qemu.git] / cpu-exec-common.c
index 0cb5b6381bcf3e64fbac24818cc5c2e9118fa7e1..0cb4ae60eff91c25dd2986e5d29bcc59e7f36fdf 100644 (file)
 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 */
 
This page took 0.023138 seconds and 4 git commands to generate.