liballoc_*: add MIN_ALIGN for sparc64
This commit is contained in:
parent
011ebda40c
commit
5672c9b606
2 changed files with 4 additions and 2 deletions
|
@ -84,7 +84,8 @@ mod imp {
|
|||
target_arch = "aarch64",
|
||||
target_arch = "powerpc64",
|
||||
target_arch = "mips64",
|
||||
target_arch = "s390x")))]
|
||||
target_arch = "s390x",
|
||||
target_arch = "sparc64")))]
|
||||
const MIN_ALIGN: usize = 16;
|
||||
|
||||
// MALLOCX_ALIGN(a) macro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue