Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (117 Bytes)

1
.include "macros.inc"
2

    
3
start
4

    
5
test_name CALLI_1
6
calli mark
7
return:
8

    
9
tc_fail
10
end
11

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