]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: add 32-bit MIPS to the 64-bit alignment requirement
authorIan Lance Taylor <iant@golang.org>
Fri, 8 Feb 2019 00:55:17 +0000 (16:55 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 9 Feb 2019 23:07:07 +0000 (23:07 +0000)
commitca7c12d4c9eb4a19ca5103ec5763537cccbcc13b
treeb50bf23f3454731ff4b4a891c949cb64ca2b52f1
parentc7026f9d14795c7e50839cbcc37b04be65c4f7d7
sync/atomic: add 32-bit MIPS to the 64-bit alignment requirement

runtime/internal/atomic/atomic_mipsx.go enforces 64-bit alignment.

Change-Id: Ifdc36e1c0322827711425054d10f1c52425a13fa
Reviewed-on: https://go-review.googlesource.com/c/161697
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/sync/atomic/doc.go