Skip to content

Commit 8923190

Browse files
committed
Fix && refactoring closure issue in appendSplitPath by marking array as scope ref
1 parent 7a81c97 commit 8923190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dmd/toir.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,4 +1207,4 @@ RET retStyle(TypeFunction tf, bool needsThis)
12071207
{
12081208
//printf("TypeFunction.retStyle() %s\n", toChars());
12091209
return target.isReturnOnStack(tf, needsThis) ? RET.stack : RET.regs;
1210-
}
1210+
}

0 commit comments

Comments
 (0)