mirror of https://github.com/golang/go.git
parent
5564504507
commit
dabdfa6cce
|
|
@ -979,8 +979,8 @@ loop:
|
|||
nvar = nod(0, N, N);
|
||||
tempname(nvar, t);
|
||||
|
||||
nnew = nod(OMAKE, N, N);
|
||||
nnew->type = t;
|
||||
nnew = nod(ONEW, N, N);
|
||||
nnew->type = n->left->type;
|
||||
nnew = newcompat(nnew);
|
||||
|
||||
nas = nod(OAS, nvar, nnew);
|
||||
|
|
|
|||
Loading…
Reference in New Issue