forked from OSchip/llvm-project
94fedd2661
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 Revision: https://reviews.llvm.org/D95682 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
X86Disassembler.cpp | ||
X86DisassemblerDecoder.h |