aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2020-09-03 11:08:16 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:22 -0400
commitcec197696f3edcff553373e9597130fde2d1f7be (patch)
tree1a68c70ef9f972829fd59c4b9809e21bdc9a1ee7 /iseq.h
parentb0c3f18ec519d505527e1929e25ec264c831a89e (diff)
downloadruby-cec197696f3edcff553373e9597130fde2d1f7be.tar.gz
Add example handler for ujit and scrape it from vm.o
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h3
1 files changed, 3 insertions, 0 deletions
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 */