]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: rename getcallerfp to getfp"
authorMichael Pratt <mpratt@google.com>
Thu, 11 May 2023 17:01:44 +0000 (17:01 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 11 May 2023 17:15:06 +0000 (17:15 +0000)
commit96add980ad27faed627f26ef1ab09e8fe45d6bd1
treed6a62a078cd7e49cd341a6ba3bd7b3455433463c
parent472f623482cdd7b89691d7dfe1c9e3d1c21ea538
Revert "runtime: rename getcallerfp to getfp"

This reverts CL 481617.

Reason for revert: breaks test build on Windows

Change-Id: Ifc1a323b0cc521e7a5a1f7de7b3da667f5fee375
Reviewed-on: https://go-review.googlesource.com/c/go/+/494377
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
15 files changed:
src/runtime/asm_amd64.s
src/runtime/asm_arm64.s
src/runtime/export_test.go
src/runtime/os_wasm.go
src/runtime/stubs_386.go
src/runtime/stubs_amd64.go
src/runtime/stubs_arm.go
src/runtime/stubs_arm64.go
src/runtime/stubs_loong64.go
src/runtime/stubs_mips64x.go
src/runtime/stubs_mipsx.go
src/runtime/stubs_ppc64x.go
src/runtime/stubs_riscv64.go
src/runtime/stubs_s390x.go
src/runtime/trace.go