polka/crtn.s

10 lines
159 B
ArmAsm
Raw Normal View History

2016-02-26 22:31:34 -08:00
.section .init
# crtend.o's .init section goes here.
popl %ebp
ret
.section .fini
# crtend.o's .fini section goes here.
popl %ebp
ret