diff options
Diffstat (limited to 'vm_exec.c')
-rw-r--r-- | vm_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #if USE_YJIT // The number of instructions executed on vm_exec_core. --yjit-stats uses this. -RB_THREAD_LOCAL_SPECIFIER uint64_t rb_vm_insns_count = 0; +uint64_t rb_vm_insns_count = 0; #endif #if VM_COLLECT_USAGE_DETAILS |