]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/5g: fix arm build
authorRuss Cox <rsc@golang.org>
Mon, 25 Feb 2013 17:21:12 +0000 (12:21 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 25 Feb 2013 17:21:12 +0000 (12:21 -0500)
R=ken2
CC=golang-dev
https://golang.org/cl/7365057

src/cmd/5g/gg.h

index 2c89129f2d0eda391529c525ea373dbb97214908..fc17bf3c99883f4f6720744e07329aa0ea5e0c8c 100644 (file)
@@ -24,6 +24,7 @@ struct        Addr
        } u;
 
        Sym*    sym;
+       Sym*    gotype;
        Node*   node;
        int     width;
        uchar   type;