mirror of https://github.com/golang/go.git
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