From: Alan Cox Date: Mon, 12 Sep 2016 23:13:52 +0000 (+0100) Subject: 68000: prepare to use 1K stacks X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e46189b53922819b439ef2339e71508c7f7805d7;p=FUZIX.git 68000: prepare to use 1K stacks --- diff --git a/Kernel/platform-v68/crt0.S b/Kernel/platform-v68/crt0.S index 2c415e80..9b7796cb 100644 --- a/Kernel/platform-v68/crt0.S +++ b/Kernel/platform-v68/crt0.S @@ -24,7 +24,7 @@ wipebss: dbra d0,wipebss /* FIXME: hard coded ugly */ - move.l #udata_block+508,a7 + move.l #udata_block+1016,a7 /* udata global */ move.l #udata_block,a5 bsr init_early