Sync/arch/i386/crtn.s
2019-04-01 02:18:48 +01:00

7 lines
68 B
ArmAsm
Executable File

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