From: Alan Cox Date: Thu, 12 Feb 2015 01:53:23 +0000 (+0000) Subject: zx128: put the udata *first* so our maps are right X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fb413a2216798ea7b1cb7d760fef3b3f371fb062;p=FUZIX.git zx128: put the udata *first* so our maps are right --- diff --git a/Kernel/platform-zx128/crt0.s b/Kernel/platform-zx128/crt0.s index 074088d6..ef523669 100644 --- a/Kernel/platform-zx128/crt0.s +++ b/Kernel/platform-zx128/crt0.s @@ -3,9 +3,9 @@ ; ; Our common and data live in 0x4000-0x7FFF ; + .area _COMMONDATA .area _COMMONMEM .area _STUBS - .area _COMMONDATA .area _CONST .area _INITIALIZED ;