Commit 50a518e3287f8838de3ff5854fe26bb542920c54

Authored by ths
1 parent ecb644f4

Add comment.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2938 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
cpu-exec.c
@@ -710,7 +710,7 @@ int cpu_exec(CPUState *env1) @@ -710,7 +710,7 @@ int cpu_exec(CPUState *env1)
710 cpu_loop_exit(); 710 cpu_loop_exit();
711 } 711 }
712 #endif 712 #endif
713 - } 713 + } /* for(;;) */
714 } else { 714 } else {
715 env_to_regs(); 715 env_to_regs();
716 } 716 }