From: Alan Cox Date: Fri, 16 Jan 2015 16:04:57 +0000 (+0000) Subject: crt0_6502: clean up exit symbols X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=84cb70b00c86480e0a0f4ced318dc7141f841e30;p=FUZIX.git crt0_6502: clean up exit symbols --- diff --git a/Library/libs/crt0_6502.s b/Library/libs/crt0_6502.s index 262b5ba0..b710bc93 100644 --- a/Library/libs/crt0_6502.s +++ b/Library/libs/crt0_6502.s @@ -5,7 +5,6 @@ ; and Ullrich von Bassewitz 2014-08-22, Greg King ; - .export _exit .import initlib, donelib .import __CODE_SIZE__, __RODATA_SIZE__ .import __DATA_SIZE__, __BSS_SIZE__ @@ -62,6 +61,5 @@ l1: sta _environ ; Call the module destructors. This is also the exit() entry. -_exit: jmp _exit ; exit syscall, AX holds our return code ; for a fastcall return to nowhere.