inorder cpu: add missing DPRINTF argument
Committed by: Nilay Vaish <nilay@cs.wisc.edu>
This commit is contained in:
parent
eb899407c5
commit
150e9b8c68
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ FetchSeqUnit::squash(DynInstPtr inst, int squash_stage,
|
|||
// A Trap Caused This Fault and will update the pc state
|
||||
// when done trapping
|
||||
DPRINTF(InOrderFetchSeq, "[tid:%i] Blocking due to fault @ "
|
||||
"[sn:%i].%s %s \n", inst->seqNum,
|
||||
"[sn:%i].%s %s \n", tid, inst->seqNum,
|
||||
inst->instName(), inst->pcState());
|
||||
pcValid[tid] = false;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue