aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2020-10-19 17:45:43 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:25 -0400
commit11c1daea172df21af30be24d645040d8de9d461d (patch)
tree104af535e9e86208e4730329d04277aa41bfe941 /iseq.h
parent008551decb7481c8d8a7c870a43e0ea450041aa5 (diff)
downloadruby-11c1daea172df21af30be24d645040d8de9d461d.tar.gz
Add to the MicroJIT scraper an example that passes ec
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h1
1 files changed, 1 insertions, 0 deletions
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