mirror of
https://github.com/golang/go.git
synced 2026-06-26 19:01:23 +00:00
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:
parent
d8034799e0
commit
3c770e3233
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue