mirror of https://github.com/golang/go.git
[dev.power64] cmd/9g: clear p->reg for ATEXT
LGTM=rsc R=rsc, iant CC=golang-codereviews https://golang.org/cl/125150043
This commit is contained in:
parent
dbf406a9d8
commit
f0393221a7
|
|
@ -1019,6 +1019,8 @@ gins(int as, Node *f, Node *t)
|
|||
p->from = af;
|
||||
if(t != N)
|
||||
p->to = at;
|
||||
if(as == ATEXT)
|
||||
p->reg = 0;
|
||||
if(debug['g'])
|
||||
print("%P\n", p);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue