]> Cypherpunks repositories - gostls13.git/commit
runtime: fix arm build
authorRuss Cox <rsc@golang.org>
Fri, 20 Mar 2015 04:59:37 +0000 (00:59 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 20 Mar 2015 05:00:46 +0000 (05:00 +0000)
commit4d2b3a0b5fc4f17c7806f7e66df0ea272d31cd6d
treec44a0051a32b9eae650f13c1ff7d0347c66f53fb
parentb9602632448099ce0ab16e53d5d2528030e94467
runtime: fix arm build

Make mask uint32, and move down one line to match atomic_arm64.go.

Change-Id: I4867de494bc4076b7c2b3bf4fd74aa984e3ea0c8
Reviewed-on: https://go-review.googlesource.com/7854
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/atomic_arm.go