summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2020-09-03 12:06:53 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:22 -0400
commit16c5ce863c06dd3ae5562f4ed86fb40ced670c69 (patch)
treea5153dbef5775eab4a7d28ca05fda694bdfac2ff /iseq.h
parentcec197696f3edcff553373e9597130fde2d1f7be (diff)
downloadruby-16c5ce863c06dd3ae5562f4ed86fb40ced670c69.tar.gz
Yeah, this actually works!
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 1 insertions, 1 deletions
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