From cec197696f3edcff553373e9597130fde2d1f7be Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 3 Sep 2020 11:08:16 -0400 Subject: Add example handler for ujit and scrape it from vm.o --- iseq.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index 25c130e7b7..ace5a45ba3 100644 --- a/iseq.h +++ b/iseq.h @@ -313,6 +313,9 @@ 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)); + + RUBY_SYMBOL_EXPORT_END #endif /* RUBY_ISEQ_H */ -- cgit v1.2.1