We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a81c97 commit 8923190Copy full SHA for 8923190
compiler/src/dmd/toir.d
@@ -1207,4 +1207,4 @@ RET retStyle(TypeFunction tf, bool needsThis)
1207
{
1208
//printf("TypeFunction.retStyle() %s\n", toChars());
1209
return target.isReturnOnStack(tf, needsThis) ? RET.stack : RET.regs;
1210
-}
+}
0 commit comments