musl/arch/x32/crt_arch.h

10 lines
133 B
C
Raw Normal View History

2014-01-07 21:43:34 +00:00
__asm__("\
.text \n\
.global _start \n\
_start: \n\
xor %rbp,%rbp \n\
mov %rsp,%rdi \n\
andq $-16,%rsp \n\
call __cstart \n\
");