Fixed a bug in the disassembler where the mandatory 0x66
authorSean Callanan <scallanan@apple.com>
Wed, 2 Feb 2011 01:09:02 +0000 (01:09 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 2 Feb 2011 01:09:02 +0000 (01:09 +0000)
commit1e1901a2945182b9c53f2ed5c2bd471cebfdf29b
tree607175e850df311d6de006194fc291a58de3ee79
parent31959b19a72608051888160514977875a8027dfc
Fixed a bug in the disassembler where the mandatory 0x66
prefix would be misinterpreted in some cases on 32-bit
x86 platforms.  Thanks to Olivier Meurant for identifying
the bug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124709 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c