1
0
mirror of https://github.com/golang/go synced 2024-11-22 08:04:39 -07:00

another [] fix

R=ken
OCL=21566
CL=21566
This commit is contained in:
Russ Cox 2008-12-18 21:15:26 -08:00
parent 92f74ca7e2
commit 78fc888e64

View File

@ -962,7 +962,7 @@ loop:
tempname(nvar, ptrto(n->left->type));
nnew = nod(ONEW, N, N);
nnew->type = nvar->type;
nnew->type = n->left->type;
nnew = newcompat(nnew);
nas = nod(OAS, nvar, nnew);