Compile on aarch64.

This commit is contained in:
4lDO2
2025-04-14 20:03:40 +02:00
parent 10c53aef10
commit 020b8ad415
+1
View File
@@ -193,6 +193,7 @@ impl super::Context {
tpidrro_el0: self.arch.tpidrro_el0,
})
}
pub fn set_userspace_io_allowed(&mut self, _allowed: bool) {}
}
pub static EMPTY_CR3: Once<rmm::PhysicalAddress> = Once::new();