aboutsummaryrefslogtreecommitdiffstats
path: root/blockinlining.c
diff options
context:
space:
mode:
Diffstat (limited to 'blockinlining.c')
-rw-r--r--blockinlining.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blockinlining.c b/blockinlining.c
index b2c2f04412..f5c6a41d87 100644
--- a/blockinlining.c
+++ b/blockinlining.c
@@ -43,7 +43,7 @@ yarv_iseq_special_block(rb_iseq_t *iseq, void *builder)
if (iseq->parent_iseq) {
parent = iseq->parent_iseq->self;
}
- iseqval = rb_iseq_new_with_bopt(iseq->node, iseq->name, iseq->file_name,
+ iseqval = rb_iseq_new_with_bopt(iseq->node, iseq->name, iseq->filename,
parent, iseq->type,
GC_GUARDED_PTR(builder));
if (0) {