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

This commit is contained in:
Alexey Prokhin 2012-02-14 18:42:05 +04:00
parent bb0d51fb98
commit 8df15e7b64

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: