zig/lib/libc/musl/crt/x32/crti.s

10 lines
95 B
ArmAsm
Raw Normal View History

2019-03-13 01:18:52 +08:00
.section .init
.global _init
_init:
push %rax
.section .fini
.global _fini
_fini:
push %rax