From 7b2141521de1405cb02232d317c4d8b4a78fa7c5 Mon Sep 17 00:00:00 2001 From: brigadier-general Date: Thu, 6 Jun 2024 11:24:37 -0500 Subject: [PATCH] Update symtab.go. Func description comment fixed --- debug/gosym/symtab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/gosym/symtab.go b/debug/gosym/symtab.go index 6ebc0df..bfe5a0d 100644 --- a/debug/gosym/symtab.go +++ b/debug/gosym/symtab.go @@ -333,7 +333,7 @@ func (f *Func) iterateInline_v120(Gofunc uint64, tree []byte) []InlinedCall { return inlineList } -// TODO -- ret value isn't meaningful. remove or use. +// return array of inlined functions inside f or nil func (f *Func) CheckInline(Gofunc uint64, filedata []byte) []InlinedCall { // TODO -- check if a) gofunc is always absolute wrt to preferred address