1
0
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:
Luuk van Dijk 2012-01-17 10:01:12 +01:00
parent 9523b4d59c
commit 4e78818259

View File

@ -64,6 +64,7 @@ escapes(void)
NodeList *l;
theSink.op = ONAME;
theSink.orig = &theSink;
theSink.class = PEXTERN;
theSink.sym = lookup(".sink");
theSink.escloopdepth = -1;