projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936d8c3
)
Fix up the parameters to getInstRecord
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 3 Sep 2006 06:10:05 +0000
(
02:10
-0400)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/cpu/o3/fetch_impl.hh
b/src/cpu/o3/fetch_impl.hh
index 25be9d4556263a744eacd7db06f04315f54b86b6..1a31f58e4665b12ded020430bcc8bad4073f0e5f 100644
(file)
--- a/
src/cpu/o3/fetch_impl.hh
+++ b/
src/cpu/o3/fetch_impl.hh
@@
-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);