mirror of https://github.com/golang/go.git
cmd/5g: fix arm build
R=ken2 CC=golang-dev https://golang.org/cl/7365057
This commit is contained in:
parent
1d5dc4fd48
commit
f5dce6c853
|
|
@ -24,6 +24,7 @@ struct Addr
|
|||
} u;
|
||||
|
||||
Sym* sym;
|
||||
Sym* gotype;
|
||||
Node* node;
|
||||
int width;
|
||||
uchar type;
|
||||
|
|
|
|||
Loading…
Reference in New Issue