Skip to content

Commit

Permalink
関数呼び出し一の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mazrean committed Dec 4, 2024
1 parent 7225732 commit 60abc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbdoc/funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func analyzeFuncBody(ctx *Context, blocks []*ssa.BasicBlock, pos token.Pos) ([]s
}
calls = append(calls, funcCall{
id: f.Object().Id(),
pos: getPos(f.Pos(), instr.Pos(), pos),
pos: getPos(instr.Call.Pos(), instr.Pos(), pos),
})
}

Expand Down

0 comments on commit 60abc71

Please sign in to comment.