diff --git a/iseq.c b/iseq.c index 90fb6702f3..086f6e2be4 100644 --- a/iseq.c +++ b/iseq.c @@ -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 *