changeset 49a534f54e72 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=49a534f54e72
description:
cpu: Change IEW DPRINTF to use IEW debug flag
IEW DPRINTF uses Decode debug flag, which appears to be a copying
error. This
patch changes this to the IEW Debug flag.
diffstat:
src/cpu/o3/iew_impl.hh | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r f00546aff354 -r 49a534f54e72 src/cpu/o3/iew_impl.hh
--- a/src/cpu/o3/iew_impl.hh Thu Oct 17 10:20:45 2013 -0500
+++ b/src/cpu/o3/iew_impl.hh Thu Oct 17 10:20:45 2013 -0500
@@ -53,7 +53,6 @@
#include "cpu/o3/iew.hh"
#include "cpu/timebuf.hh"
#include "debug/Activity.hh"
-#include "debug/Decode.hh"
#include "debug/Drain.hh"
#include "debug/IEW.hh"
#include "debug/O3PipeView.hh"
@@ -645,7 +644,7 @@
insts[tid].pop();
- DPRINTF(Decode,"[tid:%i]: Inserting [sn:%lli] PC:%s into "
+ DPRINTF(IEW,"[tid:%i]: Inserting [sn:%lli] PC:%s into "
"dispatch skidBuffer %i\n",tid, inst->seqNum,
inst->pcState(),tid);
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev