git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2298 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-02-17 22:48:55 +00:00
parent e010ef25da
commit c83e4a4952
1 changed files with 2 additions and 2 deletions

View File

@ -279,8 +279,8 @@ namespace CPUCompare
} }
} }
static const bool ImHereDebug = true; static const bool ImHereDebug = false;
static const bool ImHereLog = true; static const bool ImHereLog = false;
static std::map<u32, int> been_here; static std::map<u32, int> been_here;
void ImHere() void ImHere()