Sign in
qemu
/
meson
/
bcb82b390a382e10b6dd5a8e27727b31ada811b1
/
.
/
test cases
/
vala
/
26 vala and asm
/
retval-x86.S
blob: 3cb0237640767c0dcd7d3a9b92beec83197d264b [
file
] [
log
] [
blame
]
#include "symbol-underscore.h"
.text
.globl SYMBOL_NAME
(
get_retval
)
/*
Only supported on Linux with GAS
*/
# ifdef __linux__
.type get_retval
,
%
function
#endif
SYMBOL_NAME
(
get_retval
):
xorl
%eax, %
eax
retl