From 3739588811a621ccfd00aa7f8ad804cd1c60f92d Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Mon, 14 Sep 2020 14:36:39 -0400 Subject: Remove PC argument from ujit instructions --- iseq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index 2da29ef7f0..ace5a45ba3 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, const VALUE *pc)); +NOINLINE(VALUE *rb_ujit_empty_func(rb_control_frame_t *cfp)); RUBY_SYMBOL_EXPORT_END -- cgit v1.2.1