From: Russ Cox Date: Mon, 25 Feb 2013 17:21:12 +0000 (-0500) Subject: cmd/5g: fix arm build X-Git-Tag: go1.1rc2~863 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f5dce6c85339fff4c7328e21b8676eae4fee6ef2;p=gostls13.git cmd/5g: fix arm build R=ken2 CC=golang-dev https://golang.org/cl/7365057 --- diff --git a/src/cmd/5g/gg.h b/src/cmd/5g/gg.h index 2c89129f2d..fc17bf3c99 100644 --- a/src/cmd/5g/gg.h +++ b/src/cmd/5g/gg.h @@ -24,6 +24,7 @@ struct Addr } u; Sym* sym; + Sym* gotype; Node* node; int width; uchar type;