mirror of
https://github.com/golang/go.git
synced 2026-06-27 19:30:52 +00:00
cmd/internal/obj/s390x: typo
Change-Id: I3db788f113c4823d2ac8a594908f718b5a901a71
GitHub-Last-Rev: 977e83c905
GitHub-Pull-Request: golang/go#78963
Reviewed-on: https://go-review.googlesource.com/c/go/+/770820
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
bb1dde2709
commit
c4a8f71e28
1 changed files with 1 additions and 1 deletions
|
|
@ -4563,7 +4563,7 @@ func (c *ctxtz) zopload(a obj.As) uint32 {
|
|||
return op_LRVH
|
||||
}
|
||||
|
||||
c.ctxt.Diag("unknown store opcode %v", a)
|
||||
c.ctxt.Diag("unknown zopload opcode %v", a)
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue