From 11a8313e8904cc13456a9793e5430220a8914074 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 17 Jan 2015 15:36:59 +0000 Subject: [PATCH] tgl6502: turn off some of our debugging bits --- Kernel/platform-tgl6502/tgl6502.s | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Kernel/platform-tgl6502/tgl6502.s b/Kernel/platform-tgl6502/tgl6502.s index 1fb9af49..9efd0271 100644 --- a/Kernel/platform-tgl6502/tgl6502.s +++ b/Kernel/platform-tgl6502/tgl6502.s @@ -386,8 +386,6 @@ syscall_entry: ; to the last byte of the arguments (first argument). We go ; down the stack copying words up the argument list. ; - ldx #'S' - stx $FF03 ldx #0 pha tya @@ -407,8 +405,6 @@ copy_args: cpy #0 bne copy_args noargs: - ldx #'Y' - stx $FF03 ; ; Now we need to stack switch. Save the adjusted stack we want ; for return @@ -436,9 +432,6 @@ noargs: lda #>kstack_top sta sp+1 - ldx #'S' - stx $FF03 - cli ; ; Caution: We may enter here and context switch and another task @@ -487,9 +480,6 @@ platform_doexec: stx ptr1+1 sta ptr1 - ldy #'E' - sty $FF03 - jsr outxa ; ; Set up the C stack ; -- 2.34.1