cpu: fix RetiredStores probe point
authorNikos Nikoleris <nikos.nikoleris@gmail.com>
Sat, 10 Jan 2015 20:30:53 +0000 (14:30 -0600)
committerNikos Nikoleris <nikos.nikoleris@gmail.com>
Sat, 10 Jan 2015 20:30:53 +0000 (14:30 -0600)
Committed by: Nilay Vaish <nilay@cs.wisc.edu>

src/cpu/base.cc

index 4ab504379389e4abbc626c8bd13e539ae1c55274..b761e714e56d067a3b6e45ee6f34d221f56357ba 100644 (file)
@@ -376,7 +376,7 @@ BaseCPU::probeInstCommit(const StaticInstPtr &inst)
         ppRetiredLoads->notify(1);
 
     if (inst->isStore())
-        ppRetiredLoads->notify(1);
+        ppRetiredStores->notify(1);
 
     if (inst->isControl())
         ppRetiredBranches->notify(1);