summaryrefslogtreecommitdiffhomepage
path: root/pkg/atomicbitops/aligned_32bit_unsafe.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-05-12 15:43:33 -0700
committergVisor bot <gvisor-bot@google.com>2021-05-12 15:43:33 -0700
commit9854e5ac4d7f80a7db10270313bce7e485ce6f9b (patch)
treee5a50ce751c1313705ff0ad72c90ed10c8ad2291 /pkg/atomicbitops/aligned_32bit_unsafe.go
parentba6de21539131bbf8116137704259e4d11d2894b (diff)
parentd5f69e0decef6f62706fdeef33ba5f1305e2e431 (diff)
Merge pull request #5975 from kevinGC:align32-mips
PiperOrigin-RevId: 373466994
Diffstat (limited to 'pkg/atomicbitops/aligned_32bit_unsafe.go')
-rw-r--r--pkg/atomicbitops/aligned_32bit_unsafe.go2
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