diff --git a/src/ARMJIT.cpp b/src/ARMJIT.cpp index 77d86027..45400d6c 100644 --- a/src/ARMJIT.cpp +++ b/src/ARMJIT.cpp @@ -55,8 +55,8 @@ static_assert(offsetof(ARM, StopExecution) == ARM_StopExecution_offset, ""); namespace ARMJIT { +#define JIT_DEBUGPRINT(msg, ...) #define JIT_DEBUGPRINT(msg, ...) Platform::Log(Platform::LogLevel::Debug, msg, ## __VA_ARGS__) -//#define JIT_DEBUGPRINT(msg, ...) printf(msg, ## __VA_ARGS__) Compiler* JITCompiler;