polka/crtn.s
2016-02-26 22:31:34 -08:00

9 lines
159 B
ArmAsm

.section .init
# crtend.o's .init section goes here.
popl %ebp
ret
.section .fini
# crtend.o's .fini section goes here.
popl %ebp
ret