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