From: Alan Cox Date: Mon, 17 Nov 2014 21:39:28 +0000 (+0000) Subject: lowlevel-z80: remove accidentally commited debugging code X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b06513b19ad2d604a3c9fa2a21302c73eeb2e9b2;p=FUZIX.git lowlevel-z80: remove accidentally commited debugging code --- 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