Merge branch 'master' of git://cadel.mutabah.net/acess2
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / x86-crtn.S
1 .section .init
2         /* gcc will nicely put the contents of crtend.o's .init section here. */
3         popl %ebp
4         ret
5
6 .section .fini
7         /* gcc will nicely put the contents of crtend.o's .fini section here. */
8         popl %ebp
9         ret

UCC git Repository :: git.ucc.asn.au