From 5999fddccb34a754df124d8e924c3bba40aa2dfe Mon Sep 17 00:00:00 2001 From: RSDuck Date: Tue, 28 Mar 2023 04:23:36 +0200 Subject: comment out JIT debug code --- src/ARMJIT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ARMJIT.cpp b/src/ARMJIT.cpp index 77d8602..45400d6 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; -- cgit v1.2.3