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
1 changed files with 1 additions and 1 deletions

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);