]> git.proxmox.com Git - qemu.git/commit - cpu-exec.c
clean up env->current_tb
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 15 Jan 2010 08:42:07 +0000 (09:42 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 19 Jan 2010 22:31:03 +0000 (16:31 -0600)
commit1c3569fe4e4e3783b7813f450fa699d3f552e44f
treeccd7067e4de218a989cb42a4dfec53f9d762c5f7
parent040f2fb249e15e7becbb6d851fbf1820e07c2391
clean up env->current_tb

There are three paths from the innermost while loop of cpu_exec
to the top of the outermost for loop.  Two do not reset
env->current_tb.  Fix this.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
cpu-exec.c