Add to the MicroJIT scraper an example that passes ec

This commit is contained in:
Alan Wu 2020-10-19 17:45:43 -04:00
parent 008551decb
commit 11c1daea17
6 changed files with 47 additions and 15 deletions

1
iseq.h
View file

@ -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