Re: [Qemu-devel] [patch] use symbol for DisasContext->is_jmp

2010-07-24 Thread Edgar E. Iglesias
On Sat, Jul 24, 2010 at 12:17:00AM +0900, Jun Koi wrote: > This patch replaces constant value assigned for (DisasContext > *)->is_jmp with DISAS_TB_JUMP. > > Signed-off-by: Jun Koi Applied, thanks. > diff --git a/target-i386/translate.c b/target-i386/translate.c > index 2fcc026..9543298 1006

[Qemu-devel] [patch] use symbol for DisasContext->is_jmp

2010-07-23 Thread Jun Koi
This patch replaces constant value assigned for (DisasContext *)->is_jmp with DISAS_TB_JUMP. Signed-off-by: Jun Koi diff --git a/target-i386/translate.c b/target-i386/translate.c index 2fcc026..9543298 100644 --- a/target-i386/translate.c +++ b/target-i386/translate.c @@ -2322,7 +2322,7 @@ static