From: Korey Sewell Date: Mon, 20 Jun 2011 03:26:36 +0000 (-0400) Subject: inorder: gem5.opt compile X-Git-Tag: stable_2012_02_02~199^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=540d939fada9df6519e5ae0c34c1781b058235ce;p=gem5.git inorder: gem5.opt compile variable name typo. --- diff --git a/src/cpu/inorder/resources/cache_unit.cc b/src/cpu/inorder/resources/cache_unit.cc index f6f027850..73dd9c527 100644 --- a/src/cpu/inorder/resources/cache_unit.cc +++ b/src/cpu/inorder/resources/cache_unit.cc @@ -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;