diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-09-15 00:59:39 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-09-15 00:59:39 -0400 |
commit | 8abab05c833bcba09ef0093a5fbfb77398c10bf3 (patch) | |
tree | 7b4b1a00873bc1674d229100d8e5cf24bb11fdbf /src/cpu/simple | |
parent | 44c6f953b0a448bd27b8354de90db8934b3ca799 (diff) | |
parent | b11018ca12ddd8557bddbadaf649253aa5fd8c47 (diff) | |
download | gem5-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/simple')
-rw-r--r-- | src/cpu/simple/base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/simple/base.cc b/src/cpu/simple/base.cc index 22a210115..f801b93fa 100644 --- a/src/cpu/simple/base.cc +++ b/src/cpu/simple/base.cc @@ -398,7 +398,7 @@ BaseSimpleCPU::preExecute() inst = gtoh(inst); curStaticInst = StaticInst::decode(makeExtMI(inst, thread->readPC())); - traceData = Trace::getInstRecord(curTick, tc, this, curStaticInst, + traceData = Trace::getInstRecord(curTick, tc, curStaticInst, thread->readPC()); DPRINTF(Decode,"Decode: Decoded %s instruction (opcode: 0x%x): 0x%x\n", |