Fixed #75 — "unhandled repainting of return value" with static array of consts

This commit is contained in:
Alexey Prokhin
2012-02-15 13:23:23 +04:00
parent bb0d51fb98
commit 8df15e7b64
+4
View File
@@ -636,6 +636,10 @@ DValue* DtoCallFunction(Loc& loc, Type* resulttype, DValue* fnval, Expressions*
retllval = DtoAggrPaint(retllval, DtoType(rbase));
break;
case Tsarray:
// nothing ?
break;
case Tclass:
case Taarray:
case Tpointer: