1
0
mirror of https://github.com/golang/go synced 2024-10-03 11:21:22 -06:00

cmd/5g: fix build

R=rsc, r
CC=golang-dev
https://golang.org/cl/6552061
This commit is contained in:
Shenghou Ma 2012-09-23 15:05:44 +08:00
parent 0cd0c3e8ca
commit ca5e9bfabc

View File

@ -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;