mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-14 07:09:50 +03:00
Fixed #75 — "unhandled repainting of return value" with static array of consts
This commit is contained in:
parent
bb0d51fb98
commit
8df15e7b64
1 changed files with 4 additions and 0 deletions
|
@ -636,6 +636,10 @@ DValue* DtoCallFunction(Loc& loc, Type* resulttype, DValue* fnval, Expressions*
|
||||||
retllval = DtoAggrPaint(retllval, DtoType(rbase));
|
retllval = DtoAggrPaint(retllval, DtoType(rbase));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case Tsarray:
|
||||||
|
// nothing ?
|
||||||
|
break;
|
||||||
|
|
||||||
case Tclass:
|
case Tclass:
|
||||||
case Taarray:
|
case Taarray:
|
||||||
case Tpointer:
|
case Tpointer:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue