aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack.go
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2021-05-20 21:33:01 -0400
committerCherry Mui <cherryyz@google.com>2021-05-21 22:12:04 +0000
commit7d928460a183f4efeed97638aa29f5f1fe74e397 (patch)
tree0ab4e82aa03abc96f1028e73d9a4606453419a83 /src/runtime/stack.go
parent0e0a1f94f3bd6c34b630818ecee2bf1a395e4242 (diff)
downloadgo-7d928460a183f4efeed97638aa29f5f1fe74e397.tar.xz
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assembly symbols
Use FuncPCABI0 to reference ABI0 assembly symbols. Currently, they are referenced using funcPC, which will get the ABI wrapper's address. They don't seem to affect correctness (either the wrapper is harmless, or, on non-AMD64 architectures, not enabled). They should have been converted. This CL does not yet completely eliminate funcPC. But at this point we should be able to replace all remaining uses of funcPC to internal/abi.FuncPCABIInternal. Change-Id: I383a686e11d570f757f185fe46769a42c856ab77 Reviewed-on: https://go-review.googlesource.com/c/go/+/321952 Trust: Cherry Mui <cherryyz@google.com> Run-TryBot: Cherry Mui <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'src/runtime/stack.go')
0 files changed, 0 insertions, 0 deletions