x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nop-5.s
1 .text
2 _start:
3 xor %eax, %eax
4 140:
5 testl %eax, %eax
6 141:
7 .nops -(((144f-143f)-(141b-140b)) > 0)*((144f-143f)-(141b-140b)),5
8 142:
9 xor %eax, %eax
10 .pushsection .altinstr_replacement,"ax"
11 143:
12 mov %eax, %eax
13 mov %eax, %eax
14 mov %eax, %eax
15 mov %eax, %eax
16 jmp foo
17 144:
18 .popsection
19 xor %eax, %eax
This page took 0.038378 seconds and 4 git commands to generate.