diff options
Diffstat (limited to 'internal/vm.h')
-rw-r--r-- | internal/vm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/vm.h b/internal/vm.h index 7943027946..a89af3d9a9 100644 --- a/internal/vm.h +++ b/internal/vm.h @@ -76,6 +76,11 @@ VALUE rb_lambda_call(VALUE obj, ID mid, int argc, const VALUE *argv, VALUE data2); void rb_check_stack_overflow(void); +#if USE_YJIT +/* vm_exec.c */ +extern uint64_t rb_vm_insns_count; +#endif + /* vm_insnhelper.c */ VALUE rb_equal_opt(VALUE obj1, VALUE obj2); VALUE rb_eql_opt(VALUE obj1, VALUE obj2); |