Fixing up parameters of getInstRecord
authorGabe Black <gblack@eecs.umich.edu>
Sun, 3 Sep 2006 06:05:44 +0000 (02:05 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 3 Sep 2006 06:05:44 +0000 (02:05 -0400)
--HG--
extra : convert_revision : 4ce06ac4f7d135cc04b39cf0e957a2539c7e946d

src/cpu/ozone/front_end_impl.hh

index c9c5a869b6587d7482ce9da1c35e98bc164bc27a..1b120460a24f274d8c41140dfdfdb82215f023a3 100644 (file)
@@ -855,9 +855,9 @@ FrontEnd<Impl>::getInstFromCacheline()
             instruction->staticInst->disassemble(PC));
 
     instruction->traceData =
-        Trace::getInstRecord(curTick, tc, cpu,
+        Trace::getInstRecord(curTick, tc,
                              instruction->staticInst,
-                             instruction->readPC(), 0);
+                             instruction->readPC());
 
     // Increment stat of fetched instructions.
     ++fetchedInsts;