cmd/internal/obj/loong64: fix copy-paste error

Change-Id: Ie37024eef72c1c589ebb5147c144da2d0f4232cf
GitHub-Last-Rev: 765fcb24a6
GitHub-Pull-Request: golang/go#78800
Reviewed-on: https://go-review.googlesource.com/c/go/+/767783
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
This commit is contained in:
Weixie Cui 2026-04-16 14:40:26 +00:00 committed by Gopher Robot
parent d8034799e0
commit 3c770e3233

View file

@ -2774,7 +2774,7 @@ func (c *ctxt0) asmout(p *obj.Prog, o *Optab, out []uint32) {
}
if blkNums > 256 {
c.ctxt.Diag("%v: block_nums amount out of range[1, 256]: %v\n", p, blkSize)
c.ctxt.Diag("%v: block_nums amount out of range[1, 256]: %v\n", p, blkNums)
}
v := (uint64(offs) & 0xffff)