summaryrefslogtreecommitdiff
path: root/src/sim/simulate.cc
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2011-01-07 21:50:29 -0800
committerSteve Reinhardt <steve.reinhardt@amd.com>2011-01-07 21:50:29 -0800
commitc22be9f2f016872b05d65c82055ddc936b4aa075 (patch)
treea261c6044632eab6cd472869932a9ddfb4e425c1 /src/sim/simulate.cc
parent94807214c417f3124e2824597c2867f91c1017b3 (diff)
downloadgem5-c22be9f2f016872b05d65c82055ddc936b4aa075.tar.xz
stats: rename StatEvent() function to schedStatEvent().
This follows the style rules and is more descriptive.
Diffstat (limited to 'src/sim/simulate.cc')
-rw-r--r--src/sim/simulate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/simulate.cc b/src/sim/simulate.cc
index 0cc603d3f..de33cce1c 100644
--- a/src/sim/simulate.cc
+++ b/src/sim/simulate.cc
@@ -93,7 +93,7 @@ simulate(Tick num_cycles)
if (async_event) {
async_event = false;
if (async_statdump || async_statreset) {
- Stats::StatEvent(async_statdump, async_statreset);
+ Stats::schedStatEvent(async_statdump, async_statreset);
async_statdump = false;
async_statreset = false;
}