Fix up the parameters to getInstRecord
--HG-- extra : convert_revision : 0fac43035a2510d3a3f596d3d8f57193045570f6
This commit is contained in:
@@ -1129,9 +1129,9 @@ DefaultFetch<Impl>::fetch(bool &status_change)
|
||||
tid, instruction->staticInst->disassemble(fetch_PC));
|
||||
|
||||
instruction->traceData =
|
||||
Trace::getInstRecord(curTick, cpu->tcBase(tid), cpu,
|
||||
Trace::getInstRecord(curTick, cpu->tcBase(tid),
|
||||
instruction->staticInst,
|
||||
instruction->readPC(),tid);
|
||||
instruction->readPC());
|
||||
|
||||
predicted_branch = lookupAndUpdateNextPC(instruction, next_PC,
|
||||
next_NPC);
|
||||
|
||||
Reference in New Issue
Block a user