Commit ca5e9bfa authored by Shenghou Ma's avatar Shenghou Ma

cmd/5g: fix build

R=rsc, r
CC=golang-dev
https://golang.org/cl/6552061
parent 0cd0c3e8
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment