]> Git Repo - qemu.git/commitdiff
microblaze: Correct MMU debug log.
authorEdgar E. Iglesias <[email protected]>
Thu, 3 Sep 2009 08:13:08 +0000 (10:13 +0200)
committerEdgar E. Iglesias <[email protected]>
Thu, 3 Sep 2009 08:13:08 +0000 (10:13 +0200)
Signed-off-by: Edgar E. Iglesias <[email protected]>
target-microblaze/helper.c

index d9a952389d33449dbb73f37a54df54cb560dc65c..15a82392f158e52f144e76bb0d058dba77f520cf 100644 (file)
@@ -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:
This page took 0.025252 seconds and 4 git commands to generate.