From: H.J. Lu Date: Sat, 3 Feb 2007 00:55:42 +0000 (+0000) Subject: Cosmetic change. X-Git-Tag: drow-reverse-20070409-branchpoint~604 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f38fab3aa85a40095528a811bb3bfcc4e8f8b6b;p=thirdparty%2Fbinutils-gdb.git Cosmetic change. --- diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index aa206176d68..5ecc143559d 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -4921,7 +4921,7 @@ OP_J (int bytemode, int sizeflag) /* For some reason, a data16 prefix on a jump instruction means that the pc is masked to 16 bits after the displacement is added! */ - if ((prefixes & PREFIX_DATA)) + if ((prefixes & PREFIX_DATA) != 0) mask = 0xffff; } used_prefixes |= (prefixes & PREFIX_DATA);