From: ths Date: Sun, 3 Jun 2007 18:52:15 +0000 (+0000) Subject: Add comment. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=50a518e3287f8838de3ff5854fe26bb542920c54;p=qemu.git Add comment. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2938 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/cpu-exec.c b/cpu-exec.c index 4320f61e1f..4f7f215c01 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(); }