cpu: fix RetiredStores probe point

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
This commit is contained in:
Nikos Nikoleris 2015-01-10 14:30:53 -06:00
parent 1693e526d0
commit ec64b81a9d

View 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);