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

13 lines
216 B
ArmAsm

#include "symbol-underscore.h"
.text
.globl SYMBOL_NAME(get_retval)
/* Only supported on Linux with GAS */
# ifdef __linux__
.type get_retval, %function
#endif
SYMBOL_NAME(get_retval):
xorl %eax, %eax
retl