mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
go.tools/ssa: fix debug printing
R=adonovan, r CC=golang-dev https://golang.org/cl/9774043
This commit is contained in:
parent
8cdf1f1cb1
commit
7a48931508
@ -262,7 +262,7 @@ func makeBridgeMethod(prog *Program, typ types.Type, cand *candidate) *Function
|
||||
sig := types.NewSignature(types.NewVar(nil, "recv", typ), old.Params(), old.Results(), old.IsVariadic())
|
||||
|
||||
if prog.mode&LogSource != 0 {
|
||||
defer logStack("makeBridgeMethod %s, %s, type %s", typ, cand, &sig)()
|
||||
defer logStack("makeBridgeMethod %s, %s, type %s", typ, cand, sig)()
|
||||
}
|
||||
|
||||
fn := &Function{
|
||||
|
Loading…
x
Reference in New Issue
Block a user