InOder: Fix a compile error.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 20 Jun 2011 09:29:14 +0000 (02:29 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 20 Jun 2011 09:29:14 +0000 (02:29 -0700)
src/cpu/inorder/resources/cache_unit.cc

index f6f0278508bb4558cb569f64edc3de3da4ba164e..73dd9c527f4c6cfd5dd6a249c615b40ddd337b0a 100644 (file)
@@ -433,7 +433,7 @@ CacheUnit::doTLBAccess(DynInstPtr inst, CacheReqPtr cache_req, int acc_size,
 
     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;