aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2021-04-16 17:48:51 -0400
committerAustin Clements <austin@google.com>2021-04-16 22:45:30 +0000
commit067bad2eef1bacb811bf69b38cf0aec67b60482a (patch)
tree88aef9419e92c63df6751b0d66b3429c6db4c00d /src/runtime/runtime2.go
parent14dbd6e7762662f8bec95d537281f09ad3d508e4 (diff)
downloadgo-067bad2eef1bacb811bf69b38cf0aec67b60482a.tar.xz
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>
Diffstat (limited to 'src/runtime/runtime2.go')
-rw-r--r--src/runtime/runtime2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go
index 9e547f8200..387841e60b 100644
--- a/src/runtime/runtime2.go
+++ b/src/runtime/runtime2.go
@@ -1123,5 +1123,5 @@ var (
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"