Skip to content

Commit

Permalink
Update symtab.go. Func description comment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
brigadier-general authored Jun 6, 2024
1 parent 7c3536d commit 7b21415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/gosym/symtab.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b21415

Please sign in to comment.