1
0
mirror of https://git.musl-libc.org/git/musl synced 2025-03-08 12:01:39 +03:00
2014-02-23 11:07:18 +01:00

8 lines
61 B
ArmAsm

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