From: Edgar E. Iglesias Date: Thu, 3 Sep 2009 08:13:08 +0000 (+0200) Subject: microblaze: Correct MMU debug log. X-Git-Tag: v0.12.0-rc0~1363 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21d20636057742d7a2ce9bde0f95a18127c4c92e;p=thirdparty%2Fqemu.git microblaze: Correct MMU debug log. Signed-off-by: Edgar E. Iglesias --- diff --git a/target-microblaze/helper.c b/target-microblaze/helper.c index d9a952389d3..15a82392f15 100644 --- a/target-microblaze/helper.c +++ b/target-microblaze/helper.c @@ -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: