mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-05 20:10:19 +00:00
microblaze: Correct MMU debug log.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
f9c7b77c8e
commit
21d2063605
@ -85,7 +85,7 @@ int cpu_mb_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
|
||||
paddr, lu.prot, mmu_idx, is_softmmu);
|
||||
} else {
|
||||
env->sregs[SR_EAR] = address;
|
||||
DMMU(qemu_log("mmu=%d miss addr=%x\n", mmu_idx, vaddr));
|
||||
DMMU(qemu_log("mmu=%d miss v=%x\n", mmu_idx, address));
|
||||
|
||||
switch (lu.err) {
|
||||
case ERR_PROT:
|
||||
|
Loading…
Reference in New Issue
Block a user