Commit b2563580 authored by Wei Guangjing's avatar Wei Guangjing Committed by Russ Cox

6l: fix emit windows dwarf sections

R=alex.brainman, rsc
CC=golang-dev, vcc.163
https://golang.org/cl/4532069
parent feca99fd
......@@ -829,6 +829,7 @@ asmb(void)
}
break;
case Hwindows:
seek(cout, symo, 0);
if(debug['v'])
Bprint(&bso, "%5.2f dwarf\n", cputime());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment