Skip to content

Commit

Permalink
Update pclntab.go -- copying inline data to InlinedList correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
brigadier-general authored Jun 25, 2024
1 parent 39b22a5 commit 86761c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debug/gosym/pclntab.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ func (t *LineTable) go12Funcs() []Func {
f.LineTable = t
f.FrameSize = int(info.deferreturn())
f.FuncData = info
//f.GetInlinedCalls(info.data, t.GofuncVA)
syms[i] = Sym{
Value: f.Entry,
Type: 'T',
Expand Down

0 comments on commit 86761c0

Please sign in to comment.