From: Tormod Volden Date: Mon, 7 Jan 2019 21:28:51 +0000 (+0100) Subject: bank8k: Fix syntax so that it builds again X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=74dec25e5502c67b8061e1b42ae3ecab98ec1601;p=FUZIX.git bank8k: Fix syntax so that it builds again Signed-off-by: Tormod Volden --- diff --git a/Kernel/bank8k.c b/Kernel/bank8k.c index dd5e9fb1..31b35ee4 100644 --- a/Kernel/bank8k.c +++ b/Kernel/bank8k.c @@ -52,7 +52,7 @@ #endif /* Bank numbers we actually use */ -#define HIBANK ((uint8_t)((((PROGTOP) + 0x1FFFUL) >> 13)) +#define HIBANK ((uint8_t)((((PROGTOP) + 0x1FFFUL) >> 13))) #define LOBANK ((PROGBASE) >> 13) static uint8_t pfree[MAX_MAPS];