diff options
Diffstat (limited to 'src/runtime/symtab.go')
| -rw-r--r-- | src/runtime/symtab.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/runtime/symtab.go b/src/runtime/symtab.go index 377d970f09..ad8a8a1b8d 100644 --- a/src/runtime/symtab.go +++ b/src/runtime/symtab.go @@ -168,7 +168,9 @@ func (f *Func) raw() *_func { return (*_func)(unsafe.Pointer(f)) } -// funcdata.h +// PCDATA and FUNCDATA table indexes. +// +// See funcdata.h and ../cmd/internal/obj/funcdata.go. const ( _PCDATA_StackMapIndex = 0 _FUNCDATA_ArgsPointerMaps = 0 |
