From c83e4a4952b75e8093ffaf3a6143a89c16230a4c Mon Sep 17 00:00:00 2001 From: hrydgard Date: Tue, 17 Feb 2009 22:48:55 +0000 Subject: [PATCH] oops. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2298 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/PowerPC/Jit64IL/Jit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Core/Src/PowerPC/Jit64IL/Jit.cpp b/Source/Core/Core/Src/PowerPC/Jit64IL/Jit.cpp index 1cca8e3998..cad1814bc6 100644 --- a/Source/Core/Core/Src/PowerPC/Jit64IL/Jit.cpp +++ b/Source/Core/Core/Src/PowerPC/Jit64IL/Jit.cpp @@ -279,8 +279,8 @@ namespace CPUCompare } } - static const bool ImHereDebug = true; - static const bool ImHereLog = true; + static const bool ImHereDebug = false; + static const bool ImHereLog = false; static std::map been_here; void ImHere()