diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-07-29 10:00:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-29 10:00:15 -0700 |
| commit | b22eb0e468a88d2da77cecf2355623fe7eff1ba6 (patch) | |
| tree | 6c5e4251291ad23765dff87d4e2cf89f7652ee5e /internal | |
| parent | a66e4f21542aae99bde7c50e7af4fb0283a81070 (diff) | |
ZJIT: Add --zjit-stats (#14034)
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 3ee958a020..3a99011c44 100644 --- a/internal/vm.h +++ b/internal/vm.h @@ -79,7 +79,7 @@ VALUE rb_block_call2(VALUE obj, ID mid, int argc, const VALUE *argv, rb_block_ca struct vm_ifunc *rb_current_ifunc(void); VALUE rb_gccct_clear_table(VALUE); -#if USE_YJIT +#if USE_YJIT || USE_ZJIT /* vm_exec.c */ extern uint64_t rb_vm_insns_count; #endif |
