From: John Hodge (sonata) Date: Wed, 5 Nov 2014 07:05:50 +0000 (+0800) Subject: ARCH=native Fix crtn to return X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=be696e64e9b8d5d8b8f676d66b248e4d834b377f;ds=sidebyside ARCH=native Fix crtn to return --- 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. */