From: Gabe Black Date: Mon, 20 Jun 2011 09:29:14 +0000 (-0700) Subject: InOder: Fix a compile error. X-Git-Tag: stable_2012_02_02~201 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=affad299320e767b18c45a760c69a1ef287565bc;p=gem5.git InOder: Fix a compile error. --- 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;