FENIX_kernel/arch/i386/crtn.S

8 lines
65 B
ArmAsm
Executable File

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