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:
parent
feca99fd6f
commit
b256358008
@ -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());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user