Syncboot/arch/i386/crti.s

16 lines
194 B
ArmAsm
Raw Normal View History

2019-04-01 01:18:48 +00:00
.section .init
.global _init
.type _init, @function
_init:
push %ebp
movl %esp, %ebp
.section .fini
.global _fini
.type _fini, @function
_fini:
push %ebp
movl %esp, %ebp