changeset 743ddf69eeed in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=743ddf69eeed
description:
        MIPS: Small fix I forgot to qrefresh into my last change.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/arch/mips/isa/decoder.isa |    2 +-

diffs (12 lines):

diff -r 5209002cb6d5 -r 743ddf69eeed src/arch/mips/isa/decoder.isa
--- a/src/arch/mips/isa/decoder.isa     Wed Jul 22 01:51:10 2009 -0700
+++ b/src/arch/mips/isa/decoder.isa     Wed Jul 22 01:57:55 2009 -0700
@@ -902,7 +902,7 @@
                             vpn = ((EntryHi >> 11) & 0xFFFFFFFC);
                         }
                         tlbIndex = xc->tcBase()->getITBPtr()->
-                                   probeEntry(VPN, entryHi.asid);
+                                   probeEntry(vpn, entryHi.asid);
                         // Check TLB for entry matching EntryHi
                         if (tlbIndex != -1) {
                             Index = tlbIndex;
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to