mirror of
https://github.com/golang/go
synced 2024-11-22 02:44:39 -07:00
gc: give esc.c's sink an orig so -mm diagnostics work again.
R=rsc CC=golang-dev https://golang.org/cl/5543063
This commit is contained in:
parent
9523b4d59c
commit
4e78818259
@ -64,6 +64,7 @@ escapes(void)
|
||||
NodeList *l;
|
||||
|
||||
theSink.op = ONAME;
|
||||
theSink.orig = &theSink;
|
||||
theSink.class = PEXTERN;
|
||||
theSink.sym = lookup(".sink");
|
||||
theSink.escloopdepth = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user