]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: fix arm64 build
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 14 Nov 2017 18:27:15 +0000 (18:27 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 14 Nov 2017 18:53:53 +0000 (18:53 +0000)
commitb3ee6f0c2e8be8701ec15f3fb91397e086f106ae
treeb38c3999c85f54a7a67025f94f9a5a0dc3d99c08
parent7b8a7f8272fd1941a199af1adb334bd9996e8909
internal/cpu: fix arm64 build

I submitted two CLs which broke the build. Add temporary placeholder
with false bools to fix the build and restore old behavior.

Updates golang/go#22718 (details of why it broke)

Change-Id: I1f30624e14f631a95f4eff5aae462f1091f723a2
Reviewed-on: https://go-review.googlesource.com/77590
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/internal/cpu/cpu_arm64.go