mirror of
https://github.com/golang/go
synced 2024-11-19 09:44:46 -07:00
cmd/gc: fix 'make' in cmd/gc directory
Right now, go tool 6g -A fails complaining about 'any' type. TBR=r CC=golang-codereviews https://golang.org/cl/156200044
This commit is contained in:
parent
9dc6764d3c
commit
3511454e13
@ -182,6 +182,8 @@ compile(Node *fn)
|
||||
yyerror("missing function body", fn);
|
||||
goto ret;
|
||||
}
|
||||
if(debug['A'])
|
||||
goto ret;
|
||||
emitptrargsmap();
|
||||
goto ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user