Commit 3747c009 authored by Robert Griesemer's avatar Robert Griesemer

cmd/compile: fix debugFormat for new export format

Change-Id: Ic3415f3ee643636eab4ff7d2351b8ad0dae62895
Reviewed-on: https://go-review.googlesource.com/22792Reviewed-by: 's avatarMatthew Dempsky <mdempsky@google.com>
parent 4d6788ec
...@@ -1103,7 +1103,7 @@ func (p *importer) int64() int64 { ...@@ -1103,7 +1103,7 @@ func (p *importer) int64() int64 {
} }
func (p *importer) string() string { func (p *importer) string() string {
if debugFormat { if p.debugFormat {
p.marker('s') p.marker('s')
} }
// if the string was seen before, i is its index (>= 0) // if the string was seen before, i is its index (>= 0)
......
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