From c06cafaff70cb61802af750bb80766c8b1482092 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 19 Sep 2023 21:01:57 +0300 Subject: [PATCH] Debugging removed --- newcpu_common.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/newcpu_common.cpp b/newcpu_common.cpp index 29a52986..18077f8d 100644 --- a/newcpu_common.cpp +++ b/newcpu_common.cpp @@ -1405,12 +1405,6 @@ void Exception_build_stack_frame(uae_u32 oldpc, uae_u32 currpc, uae_u32 ssw, int { int i; -#if 0 - if (nr < 24 || nr > 31) { // do not print debugging for interrupts - write_log(_T("Building exception stack frame (format %X)\n"), format); - } -#endif - switch (format) { case 0x0: // four word stack frame case 0x1: // throwaway four word stack frame -- 2.47.3