diff --git a/src/cpu/base.cc b/src/cpu/base.cc index 4ab504379..b761e714e 100644 --- a/src/cpu/base.cc +++ b/src/cpu/base.cc @@ -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);