projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97449ef
)
inorder: gem5.opt compile
author
Korey Sewell
<ksewell@umich.edu>
Mon, 20 Jun 2011 03:26:36 +0000
(23:26 -0400)
committer
Korey Sewell
<ksewell@umich.edu>
Mon, 20 Jun 2011 03:26:36 +0000
(23:26 -0400)
variable name typo.
src/cpu/inorder/resources/cache_unit.cc
patch
|
blob
|
history
diff --git
a/src/cpu/inorder/resources/cache_unit.cc
b/src/cpu/inorder/resources/cache_unit.cc
index f6f0278508bb4558cb569f64edc3de3da4ba164e..73dd9c527f4c6cfd5dd6a249c615b40ddd337b0a 100644
(file)
--- 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;