From 11c1daea172df21af30be24d645040d8de9d461d Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 19 Oct 2020 17:45:43 -0400 Subject: Add to the MicroJIT scraper an example that passes ec --- iseq.h | 1 + 1 file changed, 1 insertion(+) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index 9b5eb138ad..cd939a0684 100644 --- a/iseq.h +++ b/iseq.h @@ -316,6 +316,7 @@ VALUE rb_iseq_defined_string(enum defined_type type); 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_with_ec(rb_control_frame_t *cfp, rb_execution_context_t *ec)); RUBY_SYMBOL_EXPORT_END -- cgit v1.2.1