I'm stupid
This commit is contained in:
parent
5999fddccb
commit
41b95b9c8f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue