Remove assembly debug output

This commit is contained in:
drmortalwombat 2025-05-10 20:24:30 +02:00
parent 8dc5f703e8
commit b26cc4ede7

View File

@ -5,7 +5,7 @@
#define JUMP_TO_BRANCH 1 #define JUMP_TO_BRANCH 1
#define CHECK_NULLPTR 0 #define CHECK_NULLPTR 0
#define REYCLE_JUMPS 1 #define REYCLE_JUMPS 1
#define DISASSEMBLE_OPT 1 #define DISASSEMBLE_OPT 0
static bool CheckFunc; static bool CheckFunc;
static bool CheckCase; static bool CheckCase;