Check addr32flag instead of sizeflag for rip/eip
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 18 Oct 2016 16:06:27 +0000 (09:06 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 18 Oct 2016 16:06:27 +0000 (09:06 -0700)
commit285963233bc7509edb07c035426ee0096650b0af
tree3995c2c12d898f768b12d8b6e1dcd91eeb3eb0a3
parentda8d7d665521e5b3f67f87341400441a5d0643d5
Check addr32flag instead of sizeflag for rip/eip

Since the address size prefix, 0x67, is ignored for MPX instructions in
64-bit mode, we should check addr32flag instead of sizeflag for rip/eip.

PR binutis/20699
* i386-dis.c (OP_E_memory): Check addr32flag instead of sizeflag
for rip/eip.
opcodes/ChangeLog
opcodes/i386-dis.c
This page took 0.025343 seconds and 4 git commands to generate.