Re: [Qemu-devel] [PATCH] Switch the roles of jmp_next[0] and jmp_next[1].

2013-06-23 Thread Zhihui Zhang
ought this patch can reduce some confusion. On Sun, Jun 23, 2013 at 2:22 PM, Richard Henderson wrote: > On 06/22/2013 09:10 AM, Zhihui Zhang wrote: > > This way, jmp_next[0] means "taken" for both conditional jumps AND > unconditional jumps. > > Currently, it has oppos

[Qemu-devel] [PATCH] Switch the roles of jmp_next[0] and jmp_next[1].

2013-06-22 Thread Zhihui Zhang
This way, jmp_next[0] means "taken" for both conditional jumps AND unconditional jumps. Currently, it has opposite meanings for the two cases. Signed-off-by: Zhihui Zhang --- target-i386/translate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target-i386/t