From: Austin Clements Date: Fri, 16 Apr 2021 21:48:51 +0000 (-0400) Subject: runtime: update stale comment X-Git-Tag: go1.17beta1~581 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=067bad2eef1bacb811bf69b38cf0aec67b60482a;p=gostls13.git runtime: update stale comment Missed in CL 310731. Change-Id: Ia26cd2cedec1508ecfd7f0beb63cd6a6ab546f1e Reviewed-on: https://go-review.googlesource.com/c/go/+/310909 Trust: Austin Clements Reviewed-by: Than McIntosh --- 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"