summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/pop.cgs
blob: b156e1dd8af94407027c5f5ae9e9b1458ea563ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for pop {$rlist}
# mach: unfinished

	.include "testutils.inc"

	start

	.global pop
pop:
	pop {0}

	pass