summaryrefslogtreecommitdiff
path: root/tests/tcg/lm32/test_calli.S
blob: 1d87ae6e21c79511c5d75601283f96a7a00781da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.include "macros.inc"

start

test_name CALLI_1
calli mark
return:

tc_fail
end

mark:
mv r3, ra
check_r3 return
end