Statistics
| Branch: | Revision:

root / tests / tcg / lm32 / test_call.S @ c09015dd

History | View | Annotate | Download (126 Bytes)

1
.include "macros.inc"
2

    
3
start
4

    
5
test_name CALL_1
6
load r1 mark
7
call r1
8
return:
9

    
10
tc_fail
11
end
12

    
13
mark:
14
mv r3, ra
15
check_r3 return
16
end