diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ARMJIT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMJIT.cpp b/src/ARMJIT.cpp index 45400d6..5f644ab 100644 --- a/src/ARMJIT.cpp +++ b/src/ARMJIT.cpp @@ -56,7 +56,7 @@ namespace ARMJIT { #define JIT_DEBUGPRINT(msg, ...) -#define JIT_DEBUGPRINT(msg, ...) Platform::Log(Platform::LogLevel::Debug, msg, ## __VA_ARGS__) +//#define JIT_DEBUGPRINT(msg, ...) Platform::Log(Platform::LogLevel::Debug, msg, ## __VA_ARGS__) Compiler* JITCompiler; |