diff options
Diffstat (limited to 'rjit_c.c')
-rw-r--r-- | rjit_c.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -406,10 +406,8 @@ rjit_exit_traces(void) #define SIZEOF(type) RB_SIZE2NUM(sizeof(type)) #define SIGNED_TYPE_P(type) RBOOL((type)(-1) < (type)(1)) -#if RJIT_STATS // Insn side exit counters static size_t rjit_insn_exits[VM_INSTRUCTION_SIZE] = { 0 }; -#endif // YJIT_STATS // macOS: brew install capstone // Ubuntu/Debian: apt-get install libcapstone-dev |