rename file
This commit is contained in:
parent
f6ec9ff60f
commit
38004e0bc4
0
src/drivers/drv_disk.rs
Normal file
0
src/drivers/drv_disk.rs
Normal file
0
src/simulator/disk.rs
Normal file
0
src/simulator/disk.rs
Normal file
@ -91,9 +91,7 @@ impl <'a>MMU <'_>{
|
||||
let vpn : u64 = virtAddr/PAGE_SIZE; //virtual page index
|
||||
let offset : u64 = virtAddr%PAGE_SIZE; //adresse intra page
|
||||
|
||||
|
||||
|
||||
match &mut mmu.translationTable {
|
||||
match &mut mmu.translationTable {
|
||||
None => {
|
||||
println!("Error from translate : MMU refers to None (No page Table)");
|
||||
return ExceptionType::ADDRESSERROR_EXCEPTION;
|
||||
|
Loading…
x
Reference in New Issue
Block a user