diff options
-rw-r--r-- | vm_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #include <math.h> -#if USE_YJIT +#if USE_YJIT || USE_RJIT // The number of instructions executed on vm_exec_core. --yjit-stats uses this. uint64_t rb_vm_insns_count = 0; #endif |