cmd: fix three printf problems reported by newest vet

Change-Id: Id70985d217c940eb022dbc95bfaa20373672512c
Reviewed-on: https://go-review.googlesource.com/c/go/+/712220
Auto-Submit: Alan Donovan <adonovan@google.com>
TryBot-Bypass: Alan Donovan <adonovan@google.com>
Commit-Queue: Alan Donovan <adonovan@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
Alan Donovan 2025-10-15 16:28:03 -04:00
parent 0984dcd757
commit f1fed742eb
3 changed files with 3 additions and 3 deletions

View file

@ -4438,7 +4438,7 @@ func (c *ctxt0) specialFpMovInst(a obj.As, fclass int, tclass int) uint32 {
}
}
c.ctxt.Diag("bad class combination: %s %d,%s\n", a, fclass, tclass)
c.ctxt.Diag("bad class combination: %s %d,%d\n", a, fclass, tclass)
return 0
}