]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc_system/lib.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / liballoc_system / lib.rs
index 9eade937bfb4cffd60a4f3c207d312fccb8c54f5..2c0c6d068caaeb6205a7bb738ac1f059ef3a0361 100644 (file)
@@ -32,7 +32,8 @@
               target_arch = "asmjs")))]
 const MIN_ALIGN: usize = 8;
 #[cfg(all(any(target_arch = "x86_64",
-              target_arch = "aarch64")))]
+              target_arch = "aarch64",
+              target_arch = "mips64")))]
 const MIN_ALIGN: usize = 16;
 
 #[no_mangle]