Merge zizzer.eecs.umich.edu:/bk/newmem
[gem5.git] / src / cpu / o3 / fetch_impl.hh
index bf9a7390258733186f66507a92348291c9458144..1e080181c72401dfd3df8f7036eeede64d913927 100644 (file)
@@ -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);