FENIX_kernel/arch/i386/crtn.S

8 lines
65 B
ArmAsm
Raw Normal View History

2020-12-02 02:41:09 +00:00
.section .init
popl %ebp
ret
.section .fini
popl %ebp
ret