diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |