[ARM] Make human parsing of "processor does not support instruction in mode" error...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv8-a+pan.s
1 .syntax unified
2 .arch armv8-a
3 .arch_extension pan
4
5 A1:
6 .arm
7 setpan #0
8 setpan #1
9
10 T1:
11 .thumb
12 setpan #0
13 setpan #1
14
This page took 0.029863 seconds and 4 git commands to generate.