From 697deab965e4bb43e6c1cfa5b8b43a23a11083d8 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Sat, 7 Jul 2018 23:02:45 +0000 Subject: [PATCH] crt0: 68000: fix compilation Signed-off-by: Paolo Pisati --- Library/libs/crt0nostdio_68000.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.34.1