For x86-64 the REX.w prefix takes precedence over any other size
override (i.e. 0x66). Therefore, for x86-64 when REX.w is present set
'hasOpSize' to false to ensure that any size override is ignored.
Fixes PR48901.
Differential D95682
[X86] Fix disassembly of x86-64 GDTLS code sequence andrewng on Jan 29 2021, 7:14 AM. Authored by
Details For x86-64 the REX.w prefix takes precedence over any other size Fixes PR48901.
Diff Detail Event Timeline
|
This perhaps needs a CHECK-NOT: data16 to enforce this.