mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-04 03:17:51 +00:00
Added a testcase for the enhanced disassembly bug
fixed in r126147, where a field in the X86 decode structure was being read as bits, not bytes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b21e49c8fe
commit
ec243ae2b8
4
test/MC/Disassembler/X86/enhanced.txt
Normal file
4
test/MC/Disassembler/X86/enhanced.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# RUN: llvm-mc --edis %s -triple=x86_64-apple-darwin9 |& FileCheck %s
|
||||
|
||||
# CHECK: [o:jne][w: ][0-p:-][0-l:10=10] <br> 0:[RIP/111](pc)=18446744073709551606
|
||||
0x0f 0x85 0xf6 0xff 0xff 0xff
|
Loading…
x
Reference in New Issue
Block a user