Skip to content

Commit 493d172

Browse files
dmitshurgopherbot
authored andcommitted
cpu: add runtime import in cpu_darwin_arm64_other.go
It was missed in CL 737260. For golang/go#43046. Change-Id: I05194333831ad04e43e22b7b34362fe01f50c000 Reviewed-on: https://go-review.googlesource.com/c/sys/+/759160 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Egon Elbre <egonelbre@gmail.com> Reviewed-by: Keith Randall <khr@golang.org>
1 parent 2c2be75 commit 493d172

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cpu/cpu_darwin_arm64_other.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
package cpu
88

9+
import "runtime"
10+
911
func doinit() {
1012
setMinimalFeatures()
1113

0 commit comments

Comments
 (0)