Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / x86_64-crtn.S
1 .section .init
2         /* gcc will nicely put the contents of crtend.o's .init section here. */
3         pop %rbp
4         ret
5
6 .section .fini
7         /* gcc will nicely put the contents of crtend.o's .fini section here. */
8         pop %rbp
9         ret

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