Skip to content

Commit

Permalink
arm_jit: fix build when LOG_JIT_LEVEL != 0
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Dec 6, 2024
1 parent b022181 commit 9addbbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desmume/src/arm_jit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) { \
Expand Down

0 comments on commit 9addbbd

Please sign in to comment.