x86: add missing test
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nop-3.s
CommitLineData
62a02d25
L
1 .text
2_start:
3 xor %eax, %eax
4140:
5 testl %eax, %eax
6141:
8f065d3b 7 .nops -(((144f-143f)-(141b-140b)) > 0)*((144f-143f)-(141b-140b)),7
62a02d25
L
8142:
9 xor %eax, %eax
10 .pushsection .altinstr_replacement,"ax"
11143:
12 jmp foo
13144:
14 .popsection
15 xor %eax, %eax
This page took 0.086969 seconds and 4 git commands to generate.