aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRSDuck <RSDuck@users.noreply.github.com>2023-03-28 05:29:08 +0200
committerRSDuck <RSDuck@users.noreply.github.com>2023-03-28 05:29:08 +0200
commit41b95b9c8fb91d87d867992cb9d908aba1dfb4d9 (patch)
tree32ce4125a5d0764ca1812d028f484e4a8e5df0dc
parent5999fddccb34a754df124d8e924c3bba40aa2dfe (diff)
I'm stupid
-rw-r--r--src/ARMJIT.cpp2
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;