From b06513b19ad2d604a3c9fa2a21302c73eeb2e9b2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 17 Nov 2014 21:39:28 +0000 Subject: [PATCH] lowlevel-z80: remove accidentally commited debugging code --- Kernel/lowlevel-z80.s | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Kernel/lowlevel-z80.s b/Kernel/lowlevel-z80.s index cb83d978..b90593a9 100644 --- a/Kernel/lowlevel-z80.s +++ b/Kernel/lowlevel-z80.s @@ -284,12 +284,6 @@ interrupt_handler: ; don't allow us to run re-entrant, we've only got one interrupt stack ld a, (U_DATA__U_ININTERRUPT) or a - jr z, noree - push af - ld a, #'#' - out (21), a - pop af -noree: jp nz, interrupt_return inc a ld (U_DATA__U_ININTERRUPT), a @@ -314,8 +308,6 @@ noree: push af jr nz, in_kernel - ld a, #'U' - out (0x01), a ; we're not in kernel mode, check for signals and fault ld a, #0xC3 cp b ; should be a jump -- 2.34.1