projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96dabdc
)
Fixing up parameters of getInstRecord
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 3 Sep 2006 06:05:44 +0000
(
02:05
-0400)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/cpu/ozone/front_end_impl.hh
b/src/cpu/ozone/front_end_impl.hh
index c9c5a869b6587d7482ce9da1c35e98bc164bc27a..1b120460a24f274d8c41140dfdfdb82215f023a3 100644
(file)
--- a/
src/cpu/ozone/front_end_impl.hh
+++ b/
src/cpu/ozone/front_end_impl.hh
@@
-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;