X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Usermode%2FLibraries%2Fcrt0.o_src%2Fnative-crtn.S;h=f884c09d9a69e06a0d43cc0515370b0bdb4be520;hp=636743c28fc108a9f483b8c9f79540e8e2760aba;hb=be696e64e9b8d5d8b8f676d66b248e4d834b377f;hpb=2d88cbf7e4802cb972a4d4cab87b3a33b37faa4c diff --git a/Usermode/Libraries/crt0.o_src/native-crtn.S b/Usermode/Libraries/crt0.o_src/native-crtn.S index 636743c2..f884c09d 100644 --- a/Usermode/Libraries/crt0.o_src/native-crtn.S +++ b/Usermode/Libraries/crt0.o_src/native-crtn.S @@ -1,5 +1,7 @@ .section .init /* gcc will nicely put the contents of crtend.o's .init section here. */ + ret .section .fini + ret /* gcc will nicely put the contents of crtend.o's .fini section here. */