Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/133 c cpp and asm/retval-arm.S
T

12 lines
178 B
ArmAsm

#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