inorder: gem5.opt compile
variable name typo.
This commit is contained in:
parent
97449ef3da
commit
540d939fad
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ CacheUnit::doTLBAccess(DynInstPtr inst, CacheReqPtr cache_req, int acc_size,
|
||||||
|
|
||||||
if (inst->fault != NoFault) {
|
if (inst->fault != NoFault) {
|
||||||
DPRINTF(InOrderTLB, "[tid:%i]: %s encountered while translating "
|
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);
|
cache_req->memReq->getVaddr(), inst->seqNum);
|
||||||
|
|
||||||
tlbBlocked[tid] = true;
|
tlbBlocked[tid] = true;
|
||||||
|
|
Loading…
Reference in a new issue