mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Yeah, this actually works!
This commit is contained in:
parent
cec197696f
commit
16c5ce863c
6 changed files with 66 additions and 21 deletions
2
iseq.h
2
iseq.h
|
@ -313,7 +313,7 @@ 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));
|
||||
NOINLINE(VALUE *rb_ujit_empty_func(rb_control_frame_t *cfp, const VALUE *pc));
|
||||
|
||||
|
||||
RUBY_SYMBOL_EXPORT_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue