Fixing up parameters of getInstRecord

--HG--
extra : convert_revision : 4ce06ac4f7d135cc04b39cf0e957a2539c7e946d
This commit is contained in:
Gabe Black
2006-09-03 02:05:44 -04:00
parent 96dabdc9b0
commit 387bbe40d1

View 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;