cmd/compile: fix debugFormat for new export format

Change-Id: Ic3415f3ee643636eab4ff7d2351b8ad0dae62895
Reviewed-on: https://go-review.googlesource.com/22792
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
Robert Griesemer 2016-05-04 15:13:36 -07:00
parent 4d6788ecae
commit 3747c00923
1 changed files with 1 additions and 1 deletions

View File

@ -1103,7 +1103,7 @@ func (p *importer) int64() int64 {
}
func (p *importer) string() string {
if debugFormat {
if p.debugFormat {
p.marker('s')
}
// if the string was seen before, i is its index (>= 0)