From: Alan Cox Date: Sat, 23 Sep 2017 17:57:48 +0000 (+0100) Subject: v65c816: remove dead code X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=accee10d430be301a1bc5478718393534d95080d;p=FUZIX.git v65c816: remove dead code --- diff --git a/Kernel/platform-v65c816/v65.s b/Kernel/platform-v65c816/v65.s index 1a0c152b..9b730651 100644 --- a/Kernel/platform-v65c816/v65.s +++ b/Kernel/platform-v65c816/v65.s @@ -129,21 +129,6 @@ outchar: sta $0000FE20 rts -; -; Code that will live in each bank -; - .segment "STUBS" -sigret: - pla ; Unstack the syscall return pieces - tax - pla - tay - pla - plp ; from original stack frame - rts - -; FIXME: add sig ret interrupt path - ; ; I/O logic