mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add to the MicroJIT scraper an example that passes ec
This commit is contained in:
parent
008551decb
commit
11c1daea17
6 changed files with 47 additions and 15 deletions
1
iseq.h
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue