OSDN Git Service

overhaul i386 syscall mechanism not to depend on external asm source
[android-x86/external-musl-libc.git] / crt / x86_64 / crtn.s
1 .section .init
2         pop %rax
3         ret
4
5 .section .fini
6         pop %rax
7         ret