Commit c19f86fb authored by Xia Bin's avatar Xia Bin Committed by Brad Fitzpatrick

runtime: fix reference to funcdata.go in comment

Change-Id: I6c8699cd71b41cf8d178a0af3a745a19dcf60905
Reviewed-on: https://go-review.googlesource.com/123536Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 33c7f88e
......@@ -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
......
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