diff --git a/Source/Core/Core/Src/PowerPC/Jit64IL/JitCache.cpp b/Source/Core/Core/Src/PowerPC/Jit64IL/JitCache.cpp index 43ef7260a0..932737f9f6 100644 --- a/Source/Core/Core/Src/PowerPC/Jit64IL/JitCache.cpp +++ b/Source/Core/Core/Src/PowerPC/Jit64IL/JitCache.cpp @@ -22,7 +22,7 @@ // performance hit, it's not enabled by default, but it's useful for // locating performance issues. -#define OPROFILE_REPORT +//#define OPROFILE_REPORT #include "Common.h" #include "../../Core.h"