retval-arm.S 178 B

123456789101112
  1. #include "symbol-underscore.h"
  2. .text
  3. .globl SYMBOL_NAME(get_retval)
  4. # ifdef __linux__
  5. .type get_retval, %function
  6. #endif
  7. SYMBOL_NAME(get_retval):
  8. mov r0, #0
  9. mov pc, lr