Fixing up parameters of getInstRecord
--HG-- extra : convert_revision : 4ce06ac4f7d135cc04b39cf0e957a2539c7e946d
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user