]> Cypherpunks repositories - gostls13.git/commit
runtime: make reflectcall ABI0 on amd64
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 2 Apr 2021 20:46:35 +0000 (20:46 +0000)
committerMichael Knyszek <mknyszek@google.com>
Tue, 6 Apr 2021 03:31:38 +0000 (03:31 +0000)
commitd8306ee1f9a3221b2a70663a3d127d72c17df05e
tree4966343dec3687cb26433d7f798f194d2f4b714a
parent298975c634758ee464dc0629402107bfc33c4b41
runtime: make reflectcall ABI0 on amd64

reflectcall expects the ABI0 calling convention, but it's marked as
ABIInternal. When it gets called this way, naturally it doesn't work
very well.

For #40724.

Change-Id: Ic76237420cd8c72f5df1c1ac7972ad6f989f8402
Reviewed-on: https://go-review.googlesource.com/c/go/+/306931
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/asm_amd64.s