mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ISeq created with callback is special, translation cannot be applied
This commit is contained in:
parent
4dba8b4027
commit
b06d7c5521
1 changed files with 1 additions and 1 deletions
2
iseq.c
2
iseq.c
|
@ -866,7 +866,7 @@ rb_iseq_new_with_callback(
|
||||||
rb_iseq_compile_callback(iseq, ifunc);
|
rb_iseq_compile_callback(iseq, ifunc);
|
||||||
finish_iseq_build(iseq);
|
finish_iseq_build(iseq);
|
||||||
|
|
||||||
return iseq_translate(iseq);
|
return iseq;
|
||||||
}
|
}
|
||||||
|
|
||||||
const rb_iseq_t *
|
const rb_iseq_t *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue