summaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-03 18:52:15 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-03 18:52:15 +0000
commit50a518e3287f8838de3ff5854fe26bb542920c54 (patch)
tree9ea6a5ce71973591befa5c41108ec5c49045e3d8 /cpu-exec.c
parentecb644f409b9bff0b72b0be8001b7d323b817392 (diff)
downloadhqemu-50a518e3287f8838de3ff5854fe26bb542920c54.zip
hqemu-50a518e3287f8838de3ff5854fe26bb542920c54.tar.gz
Add comment.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2938 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-exec.c')
-rw-r--r--cpu-exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-exec.c b/cpu-exec.c
index 4320f61..4f7f215 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();
}
OpenPOWER on IntegriCloud