From c5180b46974c83ce78bbf86e77290f12e201e50a Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 25 Dec 2015 23:47:01 +0100 Subject: [PATCH] Disable exception2_handle() by default since it is not used anywhere --- newcpu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newcpu.cpp b/newcpu.cpp index a30251c2..e2bc2013 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -5185,6 +5185,7 @@ static void m68k_run_mmu (void) int in_m68k_go = 0; +#if 0 static void exception2_handle (uaecptr addr, uaecptr fault) { last_addr_for_exception_3 = addr; @@ -5193,6 +5194,7 @@ static void exception2_handle (uaecptr addr, uaecptr fault) last_instructionaccess_for_exception_3 = 0; Exception (2); } +#endif static bool cpu_hardreset, cpu_keyboardreset; -- 2.47.3