Fix up the parameters to getInstRecord
authorGabe Black <gblack@eecs.umich.edu>
Sun, 3 Sep 2006 06:10:05 +0000 (02:10 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 3 Sep 2006 06:10:05 +0000 (02:10 -0400)
--HG--
extra : convert_revision : 0fac43035a2510d3a3f596d3d8f57193045570f6

src/cpu/o3/fetch_impl.hh

index 25be9d4556263a744eacd7db06f04315f54b86b6..1a31f58e4665b12ded020430bcc8bad4073f0e5f 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);