From: Alan Cox Date: Sun, 2 Sep 2018 20:46:33 +0000 (+0100) Subject: z80: Fix build for systems using the generic support X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9a93ee5fe535a15bacc7818de3c8c974226e7d6a;p=FUZIX.git z80: Fix build for systems using the generic support --- diff --git a/Kernel/lib/z80fixedbank.s b/Kernel/lib/z80fixedbank.s index 7f46c4fa..131c73cc 100644 --- a/Kernel/lib/z80fixedbank.s +++ b/Kernel/lib/z80fixedbank.s @@ -33,18 +33,3 @@ bankfork_1: pop bc djnz bankfork_1 ; rinse, repeat ret - -; -; For the moment -; -bouncebuffer: - .ds 256 -; -; We can keep a stack in common because we will complete our -; use of it before we switch common block. In this case we have -; a true common so it's even easier. This can share with the bounce -; buffer used by bankfork as we won't switchin mid way through the -; banked fork() call. -; -_swapstack: -_need_resched: .db 0