aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/nop-3.s
blob: 57370ff5797abe65d4d9d5082258d80ff77bde42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.text
_start:
	xor %eax, %eax
140:
	testl %eax, %eax
141:
	.nop -(((144f-143f)-(141b-140b)) > 0)*((144f-143f)-(141b-140b)),7
142:
	xor %eax, %eax
	.pushsection .altinstr_replacement,"ax"
143:
	jmp foo
144:
	.popsection
	xor %eax, %eax