X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Fcrt0.o_src%2Fnative-crtn.S;h=f884c09d9a69e06a0d43cc0515370b0bdb4be520;hb=038439147795891da9d99ddbc10ebbbb0d9fca09;hp=636743c28fc108a9f483b8c9f79540e8e2760aba;hpb=92c5980925e773c6e1d6775c50c9d86c77b84d23;p=tpg%2Facess2.git 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. */