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:
parent
92f74ca7e2
commit
78fc888e64
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user