summaryrefslogtreecommitdiff
path: root/base/statistics.cc
diff options
context:
space:
mode:
authorErik Hallnor <ehallnor@umich.edu>2003-12-21 22:47:33 -0500
committerErik Hallnor <ehallnor@umich.edu>2003-12-21 22:47:33 -0500
commitecd3ecb4f55b64b55fb91722f913131f018a4996 (patch)
tree63c8119c8faefeb7cf33ea8ce11c69d4e9a85512 /base/statistics.cc
parente249a54e4cf861144101b73715bce650febfcfe8 (diff)
parent918c5d27abf559ffeebbe1e72d07f7edc47a75ca (diff)
downloadgem5-ecd3ecb4f55b64b55fb91722f913131f018a4996.tar.xz
Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5
--HG-- extra : convert_revision : 8f6f24d9c4ea5e3c12174fc0338cb441c45c8591
Diffstat (limited to 'base/statistics.cc')
-rw-r--r--base/statistics.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/statistics.cc b/base/statistics.cc
index 726ea3c60..81b8856ca 100644
--- a/base/statistics.cc
+++ b/base/statistics.cc
@@ -344,7 +344,7 @@ StatData::less(StatData *stat1, StatData *stat2)
}
bool
-StatData::check() const
+StatData::baseCheck() const
{
if (!init) {
#ifdef STAT_DEBUG