mirror of https://gitee.com/openkylin/qemu.git
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