Fix detection of illegal AArch64 opcodes that resemble LD1R, LD2R, LD3R and LD4R.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / illegal-3.s
1 // Test the disassembler's detection of illegal binary sequences.
2
3 // PR 21380:
4
5 .inst 0x4dc2d4ec
6 .inst 0x4de2d4fc
7 .inst 0x4dc2f4ec
8 .inst 0x4de2f4fc
9
This page took 0.030398 seconds and 4 git commands to generate.