toaruos/libc/crti.S

10 lines
95 B
ArmAsm

.global _init
.section .init
_init:
push %ebp
.global _fini
.section .fini
_fini:
push %ebp