From df589d321a5ba6dfa438c7c322dc574df08f62e5 Mon Sep 17 00:00:00 2001 From: zeromus Date: Tue, 20 Apr 2010 21:06:45 +0000 Subject: [PATCH] redefine elementary mathematics --- desmume/src/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/debug.cpp b/desmume/src/debug.cpp index a0ed879e0..3930c62e3 100644 --- a/desmume/src/debug.cpp +++ b/desmume/src/debug.cpp @@ -391,7 +391,7 @@ void DebugNotify::ReadBeyondEndOfCart(u32 addr, u32 romsize) { #ifdef DEVELOPER if(!ping(DEBUG_NOTIFY_READ_BEYOND_END_OF_CART)) return; - INFO("Reading beyond end of cart! ... %08X > %08X\n",addr,romsize); + INFO("Reading beyond end of cart! ... %08X >= %08X\n",addr,romsize); #endif }