arm_jit: fix build when LOG_JIT_LEVEL != 0

This commit is contained in:
rofl0r 2024-12-06 01:15:06 +00:00
parent b022181a05
commit 8a4fd0a9cb
1 changed files with 1 additions and 0 deletions

View File

@ -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) { \