x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rtm.s
CommitLineData
42164a71
L
1# Check RTM new instructions.
2
3 .text
4foo:
5 xabort $0x8
61:
7 xbegin 1b
8 xbegin 2f
92:
10 xend
11
12 .intel_syntax noprefix
13 xabort 0x8
141:
15 xbegin 1b
16 xbegin 2f
172:
18 xend
19 xtest
This page took 0.28798 seconds and 4 git commands to generate.