2016-11-24 00:04:48 +08:00
|
|
|
#include "symbol-underscore.h"
|
|
|
|
|
|
|
|
.text
|
|
|
|
.globl SYMBOL_NAME(get_retval)
|
2017-06-21 22:08:28 +08:00
|
|
|
# ifdef __linux__
|
|
|
|
.type get_retval, %function
|
|
|
|
#endif
|
2016-11-24 00:04:48 +08:00
|
|
|
|
|
|
|
SYMBOL_NAME(get_retval):
|
2017-06-21 22:08:28 +08:00
|
|
|
xorl %eax, %eax
|
|
|
|
retl
|