changeset 832af946c848 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=832af946c848
description:
        inorder: gem5.opt compile
        variable name typo.

diffstat:

 src/cpu/inorder/resources/cache_unit.cc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 32613e8dc239 -r 832af946c848 src/cpu/inorder/resources/cache_unit.cc
--- a/src/cpu/inorder/resources/cache_unit.cc   Sun Jun 19 21:54:53 2011 -0400
+++ b/src/cpu/inorder/resources/cache_unit.cc   Sun Jun 19 23:26:36 2011 -0400
@@ -433,7 +433,7 @@
 
     if (inst->fault != NoFault) {
         DPRINTF(InOrderTLB, "[tid:%i]: %s encountered while translating "
-                "addr:%08p for [sn:%i].\n", tid, tlb_fault->name(),
+                "addr:%08p for [sn:%i].\n", tid, inst->fault->name(),
                 cache_req->memReq->getVaddr(), inst->seqNum);
 
         tlbBlocked[tid] = true;
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to