mirror of
https://github.com/golang/go
synced 2024-11-20 07:54:39 -07:00
parent
0cd0c3e8ca
commit
ca5e9bfabc
@ -562,7 +562,7 @@ agen(Node *n, Node *res)
|
|||||||
tempname(&n1, n->type);
|
tempname(&n1, n->type);
|
||||||
clearfat(&n1);
|
clearfat(&n1);
|
||||||
regalloc(&n2, types[tptr], res);
|
regalloc(&n2, types[tptr], res);
|
||||||
gins(ALEAQ, &n1, &n2);
|
gins(AMOVW, &n1, &n2);
|
||||||
gmove(&n2, res);
|
gmove(&n2, res);
|
||||||
regfree(&n2);
|
regfree(&n2);
|
||||||
goto ret;
|
goto ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user