From: Alan Cox Date: Fri, 6 Jul 2018 23:41:16 +0000 (+0100) Subject: trs80: move the initializers out of the main flow X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=725b913cc93082f09648f216d0c63eda46c3b9cc;p=FUZIX.git trs80: move the initializers out of the main flow --- diff --git a/Kernel/platform-trs80/crt0.s b/Kernel/platform-trs80/crt0.s index dc830672..56f2d317 100644 --- a/Kernel/platform-trs80/crt0.s +++ b/Kernel/platform-trs80/crt0.s @@ -8,7 +8,6 @@ .area _CONST .area _INITIALIZED .area _DATA - .area _INITIALIZER .area _BSEG .area _BSS .area _HEAP @@ -21,6 +20,9 @@ .area _BUFFERS .area _DISCARD .area _COMMONMEM + ; Doesn't matter if these go over the I/O space as they are + ; removed at the end of the build + .area _INITIALIZER ; imported symbols .globl _fuzix_main