use symbol for DisasContext->is_jmp
commit5779406a240ea429accceddd71a5ff3eeb780f71
authorJun Koi <junkoi2004@gmail.com>
Fri, 23 Jul 2010 15:17:00 +0000 (24 00:17 +0900)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sat, 24 Jul 2010 12:34:15 +0000 (24 14:34 +0200)
treea4adee0a512da42496fdf7f516ad1071ab035cbe
parent36388314febad3d7675ab919287f03733a560ff6
use symbol for DisasContext->is_jmp

This patch replaces constant value assigned for (DisasContext
*)->is_jmp with DISAS_TB_JUMP.

Signed-off-by: Jun Koi <junkoi2004@gmail.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-i386/translate.c