projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
206717e
)
Cosmetic change.
author
H.J. Lu
<hjl.tools@gmail.com>
Sat, 3 Feb 2007 00:55:42 +0000
(
00:55
+0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Sat, 3 Feb 2007 00:55:42 +0000
(
00:55
+0000)
opcodes/i386-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/i386-dis.c
b/opcodes/i386-dis.c
index aa206176d68c88cee6c92e4304303f3d3f61e2f1..5ecc143559d7b61770c34774537bdc7a121babd0 100644
(file)
--- 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);