1
0
mirror of https://github.com/golang/go synced 2024-09-29 13:24:28 -06:00

runtime: update framepointer_enabled doc

Change-Id: I69e64ebf8c11145ce32aa4c11178e3a47d22fb84
Reviewed-on: https://go-review.googlesource.com/c/go/+/394915
Reviewed-by: Michael Pratt <mpratt@google.com>
Trust: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
Romanos Skiadas 2022-03-23 13:47:08 +02:00 committed by Michael Pratt
parent cccfb8ffdb
commit b2643c6739

View File

@ -1129,5 +1129,5 @@ var (
isarchive bool // -buildmode=c-archive
)
// Must agree with internal/buildcfg.Experiment.FramePointer.
// Must agree with internal/buildcfg.FramePointerEnabled.
const framepointer_enabled = GOARCH == "amd64" || GOARCH == "arm64"