aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tcg/lm32/test_ret.S
blob: 320264f14804ce8cfa22e18ec9e6a6f367b501bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.include "macros.inc"

start

test_name RET_1
load ra mark
ret

tc_fail
end

mark:
tc_pass
end