cpu: Change IEW DPRINTF to use IEW debug flag
authorFaissal Sleiman <Faissal.Sleiman@arm.com>
Thu, 17 Oct 2013 15:20:45 +0000 (10:20 -0500)
committerFaissal Sleiman <Faissal.Sleiman@arm.com>
Thu, 17 Oct 2013 15:20:45 +0000 (10:20 -0500)
IEW DPRINTF uses Decode debug flag, which appears to be a copying error. This
patch changes this to the IEW Debug flag.

src/cpu/o3/iew_impl.hh

index 5d18789c3552cdd73d05d12e7e5946ab9b18f177..947318d60b6918184e3439018c294deb2c786a6e 100644 (file)
@@ -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 @@ DefaultIEW<Impl>::skidInsert(ThreadID tid)
 
         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);