From 50a518e3287f8838de3ff5854fe26bb542920c54 Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 3 Jun 2007 18:52:15 +0000 Subject: [PATCH] Add comment. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2938 c046a42c-6fe2-441c-8c8c-71466251a162 --- cpu-exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }