Yeah, this actually works!

This commit is contained in:
Alan Wu 2020-09-03 12:06:53 -04:00
parent cec197696f
commit 16c5ce863c
6 changed files with 66 additions and 21 deletions

2
iseq.h
View file

@ -313,7 +313,7 @@ VALUE rb_iseq_defined_string(enum defined_type type);
/* vm.c */
VALUE rb_iseq_local_variables(const rb_iseq_t *iseq);
NOINLINE(VALUE *rb_ujit_empty_func(rb_control_frame_t *cfp));
NOINLINE(VALUE *rb_ujit_empty_func(rb_control_frame_t *cfp, const VALUE *pc));
RUBY_SYMBOL_EXPORT_END