Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
127 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