musl/crt/x32/crtn.s
2014-02-23 11:07:18 +01:00

8 lines
61 B
ArmAsm

.section .init
pop %rax
ret
.section .fini
pop %rax
ret