From 84cb70b00c86480e0a0f4ced318dc7141f841e30 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 16 Jan 2015 16:04:57 +0000 Subject: [PATCH] crt0_6502: clean up exit symbols --- Library/libs/crt0_6502.s | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.34.1