This commit is contained in:
Erin 2023-08-15 16:33:56 +02:00 committed by ondra05
parent bcb0ec41e2
commit a8f2e4fbdf

View file

@ -14,7 +14,7 @@ use {
}; };
/// HoleyBytes software paged memory /// HoleyBytes software paged memory
#[deprecated] #[deprecated = "Use platform-specific memory implementation"]
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
pub struct SoftPagedMem<'p, PfH> { pub struct SoftPagedMem<'p, PfH> {
/// Root page table /// Root page table