diff options
author | Alan Wu <[email protected]> | 2020-09-03 11:08:16 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:22 -0400 |
commit | cec197696f3edcff553373e9597130fde2d1f7be (patch) | |
tree | 1a68c70ef9f972829fd59c4b9809e21bdc9a1ee7 /iseq.h | |
parent | b0c3f18ec519d505527e1929e25ec264c831a89e (diff) |
Add example handler for ujit and scrape it from vm.o
Diffstat (limited to 'iseq.h')
-rw-r--r-- | iseq.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |