Fix stat bug.

--HG--
extra : convert_revision : 3e4df934478de1ef6a84f193d9ef722157ac6baf
This commit is contained in:
Kevin Lim 2006-06-01 15:39:45 -04:00
parent a514bf2150
commit 51ed3c3fd9

View file

@ -925,7 +925,7 @@ DefaultCommit<Impl>::commitInsts()
numCommittedDist.sample(num_committed);
if (num_committed == commitWidth) {
commitEligibleSamples[0]++;
commitEligibleSamples++;
}
}