aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/v850eq-elf/t-ctret.s
blob: 661cb0399d320f7ff6b56ba0592ea8b59d405722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.include "t-macros.i"

	start

	# Set the callt base pointer
	load r1 ctret_dest
	ldsr r1, ctpc
	
test_ctret:
	ctret
	exit47

ctret_dest:
	exit0