FENIX_kernel/arch/i386/crtn.S
2020-12-01 20:41:09 -06:00

7 lines
65 B
ArmAsm
Executable file

.section .init
popl %ebp
ret
.section .fini
popl %ebp
ret