forked from OSchip/llvm-project
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. llvm-svn: 126182
This commit is contained in:
parent
5b23294799
commit
c1b7775e0f
|
@ -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…
Reference in New Issue