From: Paolo Pisati Date: Sat, 7 Jul 2018 23:02:45 +0000 (+0000) Subject: crt0: 68000: fix compilation X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=697deab965e4bb43e6c1cfa5b8b43a23a11083d8;p=FUZIX.git crt0: 68000: fix compilation Signed-off-by: Paolo Pisati --- diff --git a/Library/libs/crt0nostdio_68000.S b/Library/libs/crt0nostdio_68000.S index 3eeecccb..f70fdb64 100644 --- a/Library/libs/crt0nostdio_68000.S +++ b/Library/libs/crt0nostdio_68000.S @@ -16,6 +16,5 @@ _start: move.l a0,environ move.l 4(sp),__argv jsr main - move.l,d0,-(sp) - call _exit - + move.l d0,-(sp) + jsr _exit