]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix mips zerorange implementation
authorKeith Randall <khr@golang.org>
Tue, 16 Sep 2025 02:59:22 +0000 (19:59 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 16 Sep 2025 16:14:31 +0000 (09:14 -0700)
commit0b26678db2d042c6273c435df5cb5a37e7e04994
tree44108fb52d8e97f9149ab166b51983d1aecb084f
parente2cfc1eb3affe8bcdfeca4a9f0a2d7902dbb940f
cmd/compile: fix mips zerorange implementation

A +8 was missed when simplifying this code in CL 700936.

Fixes #75477

Change-Id: Ic7b83322dc1373432b44f0b63607141195220380
Reviewed-on: https://go-review.googlesource.com/c/go/+/703937
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Julian Zhu <jz531210@gmail.com>
Auto-Submit: Keith Randall <khr@google.com>
Reviewed-by: Tianon Gravi <admwiggin@gmail.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/compile/internal/mips/ggen.go
src/cmd/compile/internal/mips64/ggen.go