Merge branch 'fix_aarch64' into 'master'

Fix building for AArch64

See merge request redox-os/bootstrap!9
This commit is contained in:
Jeremy Soller
2024-03-16 13:04:44 +00:00
-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),
);