repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
exec: Only count mapped memory backends for qemu_getrampagesize()
[qemu/ar7.git]
/
tests
/
tcg
/
lm32
/
test_call.S
blob
1b91a5f2be8fb64fad0378dfb3baea74c8d17dca
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