Add missing comma in alloc_system

This commit is contained in:
Antoni Boucher 2023-10-09 11:09:53 -04:00
parent ad5637468e
commit 3fe53587e4

View File

@ -12,7 +12,7 @@
target_arch = "mips",
target_arch = "mips32r6",
target_arch = "powerpc",
target_arch = "csky"
target_arch = "csky",
target_arch = "powerpc64"))]
const MIN_ALIGN: usize = 8;
#[cfg(any(target_arch = "x86_64",