From 056e7a0154fe4c71eca3726c878bb3da7e4138f8 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 19 Jan 2023 14:47:17 -0500 Subject: Make all of the references of iseq movable --- iseq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index e5ab4870e8..5e26ea3589 100644 --- a/iseq.h +++ b/iseq.h @@ -186,7 +186,7 @@ VALUE *rb_iseq_original_iseq(const rb_iseq_t *iseq); void rb_iseq_build_from_ary(rb_iseq_t *iseq, VALUE misc, VALUE locals, VALUE args, VALUE exception, VALUE body); -void rb_iseq_mark_insn_storage(struct iseq_compile_data_storage *arena); +void rb_iseq_mark_and_update_insn_storage(struct iseq_compile_data_storage *arena); VALUE rb_iseq_load(VALUE data, VALUE parent, VALUE opt); VALUE rb_iseq_parameters(const rb_iseq_t *iseq, int is_proc); -- cgit v1.2.1