diff options
| author | Takashi Kokubun <takashi.kokubun@shopify.com> | 2025-08-27 10:01:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-27 10:01:07 -0700 |
| commit | 76810fc34905011535f50c3f8bbcaf39cb80b6cc (patch) | |
| tree | 686b602c371a6436d0ea25cc1a054b641b385db9 /internal | |
| parent | 61d26c35bf8c744b4c59a44536bc58a6c4653ab6 (diff) | |
ZJIT: Implement side exit stats (#14357)
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vm.h b/internal/vm.h index 3a99011c44..e5ed47afae 100644 --- a/internal/vm.h +++ b/internal/vm.h @@ -81,7 +81,7 @@ VALUE rb_gccct_clear_table(VALUE); #if USE_YJIT || USE_ZJIT /* vm_exec.c */ -extern uint64_t rb_vm_insns_count; +extern uint64_t rb_vm_insn_count; #endif extern bool rb_free_at_exit; |
