I'm stupid

This commit is contained in:
RSDuck
2023-03-28 05:29:08 +02:00
parent 5999fddccb
commit 41b95b9c8f

View File

@ -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;