From c3dbc580aa212a14d7250c8094c6da3d4fcc0921 Mon Sep 17 00:00:00 2001 From: Haolan Date: Mon, 15 Sep 2025 14:41:25 +0800 Subject: [PATCH] chore: update stacksave signature commets --- ssa/eh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssa/eh.go b/ssa/eh.go index 3b01cc80..bc866539 100644 --- a/ssa/eh.go +++ b/ssa/eh.go @@ -91,7 +91,7 @@ func (p Program) tySiglongjmp() *types.Signature { return p.sigljmpTy } -// func() uintptr +// func() unsafe.Pointer func (p Program) tyStacksave() *types.Signature { if p.stackSaveTy == nil { paramPtr := types.NewParam(token.NoPos, nil, "", p.VoidPtr().raw.Type)