diff -r 9ac724889705 -r 5b49f9b306c1 src/cpu/base.cc --- a/src/cpu/base.cc Sun Jan 04 13:02:12 2015 -0600 +++ b/src/cpu/base.cc Mon Jan 05 12:42:32 2015 +0100 @@ -376,7 +376,7 @@ ppRetiredLoads->notify(1); if (inst->isStore()) - ppRetiredLoads->notify(1); + ppRetiredStores->notify(1); if (inst->isControl()) ppRetiredBranches->notify(1);