From 41b95b9c8fb91d87d867992cb9d908aba1dfb4d9 Mon Sep 17 00:00:00 2001 From: RSDuck Date: Tue, 28 Mar 2023 05:29:08 +0200 Subject: I'm stupid --- 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 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; -- cgit v1.2.3