From: Alan Cox Date: Tue, 23 Dec 2014 22:46:37 +0000 (+0000) Subject: socz80: ramtop has changed type X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0909294e490c4b44fdaf9b087ed0ddf5b62546fc;p=FUZIX.git socz80: ramtop has changed type Start bringing socz80 back into line --- diff --git a/Kernel/platform-socz80/main.c b/Kernel/platform-socz80/main.c index a2349c69..96af16c6 100644 --- a/Kernel/platform-socz80/main.c +++ b/Kernel/platform-socz80/main.c @@ -3,7 +3,7 @@ #include #include -uint8_t *ramtop = PROGTOP; +uint16_t ramtop = PROGTOP; void platform_idle(void) {