diff --git a/src/cmd/compile/internal/typecheck/func.go b/src/cmd/compile/internal/typecheck/func.go index 86058a0c73..bc31284a85 100644 --- a/src/cmd/compile/internal/typecheck/func.go +++ b/src/cmd/compile/internal/typecheck/func.go @@ -459,7 +459,7 @@ func tcCall(n *ir.CallExpr, top int) ir.Node { n := ir.NewConvExpr(n.Pos(), ir.OCONV, nil, arg) n.SetType(l.Type()) - return typecheck1(n, top) + return tcConv(n) } typecheckargs(n)