From 5473d828e8c2014db98032ed5e7f2433d33fa0cc Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 18 May 2018 00:56:39 +0100 Subject: [PATCH] zx128: note bugs --- Kernel/platform-zx128/zx128.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/platform-zx128/zx128.s b/Kernel/platform-zx128/zx128.s index f56d5b29..e3a3f996 100644 --- a/Kernel/platform-zx128/zx128.s +++ b/Kernel/platform-zx128/zx128.s @@ -439,8 +439,8 @@ __stub_1_ret: call switch_bank pop de push de ; dummy the caller will discard - push de - ret + push de ; FIXME don't we need to use BC and can't we get + ret ; rid of all non 0_x stubs ? __stub_1_3: ld a, #7 jr __stub_1_a -- 2.34.1