]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/5g: fix build
authorShenghou Ma <minux.ma@gmail.com>
Sun, 23 Sep 2012 07:05:44 +0000 (15:05 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sun, 23 Sep 2012 07:05:44 +0000 (15:05 +0800)
R=rsc, r
CC=golang-dev
https://golang.org/cl/6552061

src/cmd/5g/cgen.c

index bb4b8946415c1b6afc6bac4c9bf377846bfb5190..c0e9b4b6f89aa648de768c3b7e611fa61d024e78 100644 (file)
@@ -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;