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 <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Egon Elbre <[email protected]> Reviewed-by: Keith Randall <[email protected]>
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)