1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:54:39 -07:00

6l: fix emit windows dwarf sections

R=alex.brainman, rsc
CC=golang-dev, vcc.163
https://golang.org/cl/4532069
This commit is contained in:
Wei Guangjing 2011-05-18 13:12:38 -04:00 committed by Russ Cox
parent feca99fd6f
commit b256358008

View File

@ -829,6 +829,7 @@ asmb(void)
} }
break; break;
case Hwindows: case Hwindows:
seek(cout, symo, 0);
if(debug['v']) if(debug['v'])
Bprint(&bso, "%5.2f dwarf\n", cputime()); Bprint(&bso, "%5.2f dwarf\n", cputime());