small fix in mmu.rs documentation
This commit is contained in:
parent
692c3bfa03
commit
28200ebc04
@ -9,9 +9,9 @@
|
||||
use crate::simulator::translationtable::*;
|
||||
use crate::simulator::machine::*;
|
||||
|
||||
//! # Memory Management Unit
|
||||
//! An MMU possesses a single reference to a translation table
|
||||
//! This table is associated to the current process
|
||||
/// # Memory Management Unit
|
||||
/// An MMU possesses a single reference to a translation table
|
||||
/// This table is associated to the current process
|
||||
pub struct MMU <'a>{
|
||||
/// Reference to a page table
|
||||
translationTable : Option<&'a mut TranslationTable>,
|
||||
|
Loading…
Reference in New Issue
Block a user