mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Test case for r204305.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9a0abcf8f
commit
6ee83c07a0
4
test/MC/Disassembler/X86/missing-sib.txt
Normal file
4
test/MC/Disassembler/X86/missing-sib.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 2>&1 | grep "invalid instruction encoding"
|
||||
|
||||
# This instruction would decode as jmp32m if it didn't run out of bytes
|
||||
0xff 0x24
|
Loading…
Reference in New Issue
Block a user