toaruos/libc/crti.S

10 lines
95 B
ArmAsm
Raw Normal View History

2018-10-13 09:53:16 +03:00
.global _init
.section .init
_init:
push %ebp
.global _fini
.section .fini
_fini:
push %ebp