summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
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 *