Sign in
qemu
/
meson
/
bcbf0685492c61fbc9acac3e7b808a5036dd2439
/
.
/
test cases
/
common
/
119 cpp and asm
/
retval-x86_64.S
blob: 1a5f3eb233310ecf50cd57076664e664ca056be2 [
file
] [
log
] [
blame
]
#include "symbol-underscore.h"
.text
.globl SYMBOL_NAME
(
get_retval
)
# ifdef __linux__
.type get_retval
,
%
function
#endif
SYMBOL_NAME
(
get_retval
):
xorl
%eax, %
eax
retq