提交 21d20636 编写于 作者: E Edgar E. Iglesias

microblaze: Correct MMU debug log.

Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
上级 f9c7b77c
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册