]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Disable exception2_handle() by default since it is not used anywhere
authorThomas Huth <huth@tuxfamily.org>
Fri, 25 Dec 2015 22:47:01 +0000 (23:47 +0100)
committerThomas Huth <huth@tuxfamily.org>
Fri, 25 Dec 2015 22:47:01 +0000 (23:47 +0100)
newcpu.cpp

index a30251c22635f969c2d0fcc7312c17a5f855c456..e2bc2013900bb10a90d5afb684dd53692c5caffa 100644 (file)
@@ -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;