inorder: update event priorities

dont use offset to calculate this but rather an enum
that can be updated
This commit is contained in:
Korey Sewell
2011-06-19 21:43:36 -04:00
parent 7dea79535c
commit 555bd4d842
5 changed files with 19 additions and 10 deletions

View File

@@ -165,7 +165,8 @@ 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].\n", inst->seqNum);
"[sn:%i].%s %s \n", inst->seqNum,
inst->instName(), inst->pcState());
pcValid[tid] = false;
} else {
TheISA::PCState nextPC;