arm_jit: fix build when LOG_JIT_LEVEL != 0
This commit is contained in:
parent
b022181a05
commit
8a4fd0a9cb
|
@ -60,6 +60,7 @@
|
|||
using namespace AsmJit;
|
||||
|
||||
#if (LOG_JIT_LEVEL > 0)
|
||||
#include "../modules/Disassembler.h"
|
||||
#define LOG_JIT 1
|
||||
#define JIT_COMMENT(...) c.comment(__VA_ARGS__)
|
||||
#define printJIT(buf, val) { \
|
||||
|
|
Loading…
Reference in New Issue