aboutsummaryrefslogtreecommitdiff
path: root/src/reflect
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2021-04-02 19:06:33 +0000
committerMichael Knyszek <mknyszek@google.com>2021-04-02 19:45:52 +0000
commit41cf18eda79be6fa8142ab2e99dc756d4b08369b (patch)
tree05dc45e2e4bca95c590372f161d22803ee1f53c2 /src/reflect
parent34b87b4a1ab7562858baf74f2320ab881214229e (diff)
downloadgo-41cf18eda79be6fa8142ab2e99dc756d4b08369b.tar.gz
go-41cf18eda79be6fa8142ab2e99dc756d4b08369b.zip
reflect: fix methodValueCall frame size on mips64
Fixes a mistake from golang.org/cl/298670. Change-Id: I2f789f9fe003c856a993f7d462a2e84936743a1a Reviewed-on: https://go-review.googlesource.com/c/go/+/306930 Reviewed-by: Cherry Zhang <cherryyz@google.com> Run-TryBot: Michael Knyszek <mknyszek@google.com> Trust: Michael Knyszek <mknyszek@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'src/reflect')
-rw-r--r--src/reflect/asm_mips64x.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/asm_mips64x.s b/src/reflect/asm_mips64x.s
index 0a660a5a60..ae661262cb 100644
--- a/src/reflect/asm_mips64x.s
+++ b/src/reflect/asm_mips64x.s
@@ -29,7 +29,7 @@ TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$40
// See the comment on the declaration of methodValueCall in makefunc.go
// for more details.
// No arg size here; runtime pulls arg map out of the func value.
-TEXT ·methodValueCall(SB),(NOSPLIT|WRAPPER),$32
+TEXT ·methodValueCall(SB),(NOSPLIT|WRAPPER),$40
NO_LOCAL_POINTERS
MOVV REGCTXT, 8(R29)
MOVV $argframe+0(FP), R1