mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
export a function for MJIT.
rb_iseq_complete() can be used by MJIT.
This commit is contained in:
parent
d9bf9c572f
commit
9808e01090
1 changed files with 1 additions and 1 deletions
|
@ -11452,7 +11452,7 @@ rb_ibf_load_iseq_complete(rb_iseq_t *iseq)
|
|||
}
|
||||
|
||||
#if USE_LAZY_LOAD
|
||||
const rb_iseq_t *
|
||||
MJIT_FUNC_EXPORTED const rb_iseq_t *
|
||||
rb_iseq_complete(const rb_iseq_t *iseq)
|
||||
{
|
||||
rb_ibf_load_iseq_complete((rb_iseq_t *)iseq);
|
||||
|
|
Loading…
Reference in a new issue