Re: [Qemu-devel] [PATCH 1/4] clean up env->current_tb

2010-01-19 Thread Anthony Liguori
On 01/15/2010 02:42 AM, Paolo Bonzini wrote: 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 Applied. Thanks. Regards, Anthony Liguori --- cpu-exec.c |

[Qemu-devel] [PATCH 1/4] clean up env->current_tb

2010-01-15 Thread Paolo Bonzini
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 --- cpu-exec.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cpu-exec.c b/cpu-exec.c index