summaryrefslogtreecommitdiff
path: root/src/cpu/o3
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-09-15 00:59:39 -0400
committerGabe Black <gblack@eecs.umich.edu>2006-09-15 00:59:39 -0400
commit8abab05c833bcba09ef0093a5fbfb77398c10bf3 (patch)
tree7b4b1a00873bc1674d229100d8e5cf24bb11fdbf /src/cpu/o3
parent44c6f953b0a448bd27b8354de90db8934b3ca799 (diff)
parentb11018ca12ddd8557bddbadaf649253aa5fd8c47 (diff)
downloadgem5-8abab05c833bcba09ef0093a5fbfb77398c10bf3.tar.xz
Merge zizzer.eecs.umich.edu:/bk/newmem
into ewok.(none):/home/gblack/m5/newmem --HG-- extra : convert_revision : 91aacb435c223e8c37f6ba0a458b0dee55edcaf2
Diffstat (limited to 'src/cpu/o3')
-rw-r--r--src/cpu/o3/fetch_impl.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/o3/fetch_impl.hh b/src/cpu/o3/fetch_impl.hh
index bf9a73902..1e080181c 100644
--- 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);