From 16c5ce863c06dd3ae5562f4ed86fb40ced670c69 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 3 Sep 2020 12:06:53 -0400 Subject: Yeah, this actually works! --- iseq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index ace5a45ba3..2da29ef7f0 100644 --- a/iseq.h +++ b/iseq.h @@ -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 -- cgit v1.2.1