Fix building for AArch64

This commit is contained in:
bjorn3
2024-03-15 12:03:04 +01:00
parent 797d4040b2
commit 02fd768c9f
-1
View File
@@ -53,5 +53,4 @@ core::arch::global_asm!(
map_size = const mem::size_of::<Map>(),
number = const SYS_FMAP,
stack_size = const STACK_SIZE,
options(noreturn),
);