From 9abd2dd16476f1d9a78bbd808060b0a0a5e32176 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 16 Dec 2005 23:02:37 +0000 Subject: [PATCH] do away with psave_w --- detpic/panic.asm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/detpic/panic.asm b/detpic/panic.asm index 4893fcc..ed3c8e4 100644 --- a/detpic/panic.asm +++ b/detpic/panic.asm @@ -35,7 +35,6 @@ t0l_count res 1 t0h_count res 1 psave_latc res 1 -psave_w res 1 psave_t res 1 psave_tablat res 1 psave_tblptr res 3 @@ -66,9 +65,7 @@ panic_routine mov_ff LATC, psave_latc - mov_wf psave_w - -; now we have time to copy the panic message address out of WREG +; now we have time to save registers etc ; (turning off interrupts is urgent (we might get interrupted while ; panicing which would be bad because we might forget to panic). -- 2.30.2