runtime: fix reference to funcdata.go in comment

Change-Id: I6c8699cd71b41cf8d178a0af3a745a19dcf60905
Reviewed-on: https://go-review.googlesource.com/123536
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Xia Bin 2018-07-12 18:34:34 +08:00 committed by Brad Fitzpatrick
parent 33c7f88eaf
commit c19f86fbfb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// in Go binaries. It is included by assembly sources, so it must
// be written using #defines.
//
// These must agree with symtab.go and ../cmd/internal/obj/funcdata.go.
// These must agree with symtab.go and ../cmd/internal/objabi/funcdata.go.
#define PCDATA_StackMapIndex 0
#define PCDATA_InlTreeIndex 1