retval-x86_64.S 177 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. xorl %eax, %eax
  9. retq