1
0
Fork 0
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:
Koichi Sasada 2020-06-17 07:18:35 +09:00 committed by Nobuyoshi Nakada
parent 4dba8b4027
commit b06d7c5521
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

2
iseq.c
View file

@ -866,7 +866,7 @@ rb_iseq_new_with_callback(
rb_iseq_compile_callback(iseq, ifunc);
finish_iseq_build(iseq);
return iseq_translate(iseq);
return iseq;
}
const rb_iseq_t *