projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1693e52
)
cpu: fix RetiredStores probe point
author
Nikos Nikoleris
<nikos.nikoleris@gmail.com>
Sat, 10 Jan 2015 20:30:53 +0000
(14:30 -0600)
committer
Nikos 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
patch
|
blob
|
history
diff --git
a/src/cpu/base.cc
b/src/cpu/base.cc
index 4ab504379389e4abbc626c8bd13e539ae1c55274..b761e714e56d067a3b6e45ee6f34d221f56357ba 100644
(file)
--- 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())
- ppRetired
Load
s->notify(1);
+ ppRetired
Store
s->notify(1);
if (inst->isControl())
ppRetiredBranches->notify(1);