projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b9bf4c
)
microblaze: Correct MMU debug log.
author
Edgar E. Iglesias
<edgar.iglesias@gmail.com>
Thu, 3 Sep 2009 08:13:08 +0000
(10:13 +0200)
committer
Edgar E. Iglesias
<edgar.iglesias@gmail.com>
Thu, 3 Sep 2009 08:13:08 +0000
(10:13 +0200)
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-microblaze/helper.c
patch
|
blob
|
history
diff --git
a/target-microblaze/helper.c
b/target-microblaze/helper.c
index d9a952389d33449dbb73f37a54df54cb560dc65c..15a82392f158e52f144e76bb0d058dba77f520cf 100644
(file)
--- 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: