diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-05-12 22:47:35 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-12 22:47:35 +0000 |
commit | 5a0a2ba18252e0cc3d7af0813b8ac7ce5ec39db5 (patch) | |
tree | f0e1a490732f50dce12b96c8e700d80021925d2e /pkg/atomicbitops/aligned_32bit_unsafe.go | |
parent | beb54fcaf40594fad39bbeb212f066aecef26112 (diff) | |
parent | 9854e5ac4d7f80a7db10270313bce7e485ce6f9b (diff) |
Merge release-20210503.0-51-g9854e5ac4 (automated)
Diffstat (limited to 'pkg/atomicbitops/aligned_32bit_unsafe.go')
-rw-r--r-- | pkg/atomicbitops/aligned_32bit_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/atomicbitops/aligned_32bit_unsafe.go b/pkg/atomicbitops/aligned_32bit_unsafe.go index 776da53b0..df706b453 100644 --- a/pkg/atomicbitops/aligned_32bit_unsafe.go +++ b/pkg/atomicbitops/aligned_32bit_unsafe.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build arm 386 +// +build arm mips 386 package atomicbitops |