diff options
| author | Austin Clements <austin@google.com> | 2021-04-16 17:48:51 -0400 |
|---|---|---|
| committer | Austin Clements <austin@google.com> | 2021-04-16 22:45:30 +0000 |
| commit | 067bad2eef1bacb811bf69b38cf0aec67b60482a (patch) | |
| tree | 88aef9419e92c63df6751b0d66b3429c6db4c00d /src/runtime | |
| parent | 14dbd6e7762662f8bec95d537281f09ad3d508e4 (diff) | |
| download | go-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')
| -rw-r--r-- | src/runtime/runtime2.go | 2 |
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" |
