Make MMU debug output show the address being translated
This commit is contained in:
parent
9be3153a7b
commit
414aebbdf4
@ -222,7 +222,8 @@ impl Mmu for MmuCard {
|
|||||||
}
|
}
|
||||||
if print_debug {
|
if print_debug {
|
||||||
println!(
|
println!(
|
||||||
"Translation success, translated to {:#x}",
|
"Translation success, translated {:#x} to {:#x}",
|
||||||
|
address,
|
||||||
(entry.frame << 12) | offset
|
(entry.frame << 12) | offset
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user