diff --git a/cpu-exec.c b/cpu-exec.c index 4320f61e1fb6b906542e7f8ef55f0436eb9eb27f..4f7f215c01aee3830956d6661675ed1c0d8d37ee 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -710,7 +710,7 @@ int cpu_exec(CPUState *env1) cpu_loop_exit(); } #endif - } + } /* for(;;) */ } else { env_to_regs(); }