soft-float
Erin 2023-08-17 01:37:53 +02:00
parent 0deeaf3a7e
commit 600528434b
1 changed files with 0 additions and 2 deletions

View File

@ -10,13 +10,11 @@ pub mod mapping;
use {
crate::{LoadError, Memory, MemoryAccessReason, StoreError},
core::slice::SliceIndex,
lookup::{AddrPageLookupError, AddrPageLookupOk, AddrPageLookuper},
paging::{PageTable, Permission},
};
/// HoleyBytes software paged memory
#[deprecated = "Use platform-specific memory implementation"]
#[derive(Clone, Debug)]
pub struct SoftPagedMem<'p, PfH> {
/// Root page table