summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/bx-rs.cgs
blob: f6db8c86339bf3c740c5572ffc992dc90a8d4b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for bx $rs
# mach: unfinished

	.include "testutils.inc"

	start

	.global bx_rs
bx_rs:
	bx r0

	pass