projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a514bf2
)
Fix stat bug.
author
Kevin Lim
<ktlim@umich.edu>
Thu, 1 Jun 2006 19:39:45 +0000
(15:39 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Thu, 1 Jun 2006 19:39:45 +0000
(15:39 -0400)
--HG--
extra : convert_revision :
3e4df934478de1ef6a84f193d9ef722157ac6baf
cpu/o3/commit_impl.hh
patch
|
blob
|
history
diff --git
a/cpu/o3/commit_impl.hh
b/cpu/o3/commit_impl.hh
index 9409697eb13c34baa8c5c77230577dda26387d13..798f302942d8fe620b045f906e51d25fa4a84dc8 100644
(file)
--- a/
cpu/o3/commit_impl.hh
+++ b/
cpu/o3/commit_impl.hh
@@
-925,7
+925,7
@@
DefaultCommit<Impl>::commitInsts()
numCommittedDist.sample(num_committed);
if (num_committed == commitWidth) {
- commitEligibleSamples
[0]
++;
+ commitEligibleSamples++;
}
}