Sign in
qemu
/
meson
/
410bdf8c6c72fd1a2772e86a2a14298f64f1377b
/
.
/
test cases
/
common
/
119 cpp and asm
/
retval-arm.S
blob: a8923624ac1d07202616ed24eed5d32906e61735 [
file
] [
log
] [
blame
]
#include "symbol-underscore.h"
.text
.globl SYMBOL_NAME
(
get_retval
)
# ifdef __linux__
.type get_retval
,
%
function
#endif
SYMBOL_NAME
(
get_retval
):
mov r0
,
#0
mov pc
,
lr