aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/decl.go
diff options
context:
space:
mode:
authorLynn Boger <laboger@linux.vnet.ibm.com>2021-08-20 07:01:50 -0500
committerLynn Boger <laboger@linux.vnet.ibm.com>2021-08-23 15:27:42 +0000
commitf1d8ea1da3ef814ea57b545fc967865640a868ab (patch)
treed03d0e27a197d8c0504a57c2bc1f1f1a0c1f0591 /src/cmd/compile/internal/noder/decl.go
parent4fbb5c8666eef0267704dd074763442efb2f7c4a (diff)
downloadgo-f1d8ea1da3ef814ea57b545fc967865640a868ab.tar.gz
go-f1d8ea1da3ef814ea57b545fc967865640a868ab.zip
reflect: fix memmove for big endian cases with new ABI
Some memmoves in reflect/value.go for copying arguments related to the new ABI were using the address of the target or source instead of using IntArgRegAddr or FloatArgRegAddr to adjust the address for big endian. This was found when testing patches for ppc64 and fixes the failures that were found. Change-Id: I119aa090a2a8eb859020ff1a1736107a6d0b76f1 Reviewed-on: https://go-review.googlesource.com/c/go/+/343869 Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com> Trust: Michael Knyszek <mknyszek@google.com> Trust: Lynn Boger <laboger@linux.vnet.ibm.com>
Diffstat (limited to 'src/cmd/compile/internal/noder/decl.go')
0 files changed, 0 insertions, 0 deletions