mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: update stale comment
Missed in CL 310731. Change-Id: Ia26cd2cedec1508ecfd7f0beb63cd6a6ab546f1e Reviewed-on: https://go-review.googlesource.com/c/go/+/310909 Trust: Austin Clements <austin@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
parent
14dbd6e776
commit
067bad2eef
1 changed files with 1 additions and 1 deletions
|
|
@ -1123,5 +1123,5 @@ var (
|
||||||
isarchive bool // -buildmode=c-archive
|
isarchive bool // -buildmode=c-archive
|
||||||
)
|
)
|
||||||
|
|
||||||
// Must agree with cmd/internal/objabi.Experiment.FramePointer.
|
// Must agree with internal/buildcfg.Experiment.FramePointer.
|
||||||
const framepointer_enabled = GOARCH == "amd64" || GOARCH == "arm64"
|
const framepointer_enabled = GOARCH == "amd64" || GOARCH == "arm64"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue