From: Toni Wilen Date: Wed, 26 Aug 2009 15:27:16 +0000 (+0300) Subject: imported winuaesrc1620b11b.zip X-Git-Tag: 2100~61 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=362c1f571c2cd366445020e94e3e2be12a7d4d43;p=francis%2Fwinuae.git imported winuaesrc1620b11b.zip --- diff --git a/cpummu.c b/cpummu.c index aca34410..b1f6d61e 100644 --- a/cpummu.c +++ b/cpummu.c @@ -23,7 +23,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define DEBUG 1 +#define DEBUG 0 #include "sysconfig.h" #include "sysdeps.h" @@ -311,8 +311,8 @@ static void mmu_bus_error(uaecptr addr, int fc, int write, int size) regs.mmu_fault_addr = addr; regs.mmu_ssw = ssw | MMU_SSW_ATC; - write_log (L"BUS ERROR: fc=%d w=%d log=%08x ssw=%04x\n", fc, write, addr, ssw); - activate_debugger (); + //write_log (L"BUS ERROR: fc=%d w=%d log=%08x ssw=%04x\n", fc, write, addr, ssw); + //activate_debugger (); THROW(2); }