From 073f64ddcebb355219d9045e5db7df581186621a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 14 Feb 2015 17:11:59 +0000 Subject: [PATCH] zx128: move initializer data into some of the hole we need for the betadisc --- Kernel/platform-zx128/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-zx128/crt0.s b/Kernel/platform-zx128/crt0.s index ef523669..e0e8bc45 100644 --- a/Kernel/platform-zx128/crt0.s +++ b/Kernel/platform-zx128/crt0.s @@ -8,6 +8,7 @@ .area _STUBS .area _CONST .area _INITIALIZED + .area _INITIALIZER ; ; We move INITIALIZER into INITIALIZED at preparation time ; then pack COMMONMEM.. end of INITIALIZED after DISCARD @@ -17,7 +18,6 @@ .area _BSEG .area _BSS .area _HEAP - .area _INITIALIZER .area _GSINIT .area _GSFINAL ; -- 2.34.1