diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2005-06-05 02:59:43 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2005-06-05 02:59:43 -0400 |
commit | 550003e1b7a49798ff8154eae2355f298f35d346 (patch) | |
tree | 68a4be9439dbbd880861d449d5585d1cce276d4e /cpu/base.hh | |
parent | ae1b184a70e3ee2b91b5e28cab2a7a4f2579327b (diff) | |
download | gem5-550003e1b7a49798ff8154eae2355f298f35d346.tar.xz |
Change SamplingCPU to Sampler.
--HG--
extra : convert_revision : ddba327a572804954adcebfff1182b97d474c020
Diffstat (limited to 'cpu/base.hh')
-rw-r--r-- | cpu/base.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/base.hh b/cpu/base.hh index 0cb81e93b..9c030be1c 100644 --- a/cpu/base.hh +++ b/cpu/base.hh @@ -126,7 +126,7 @@ class BaseCPU : public SimObject /// Prepare for another CPU to take over execution. When it is /// is ready (drained pipe) it signals the sampler. - virtual void switchOut(SamplingCPU *); + virtual void switchOut(Sampler *); /// Take over execution from the given CPU. Used for warm-up and /// sampling. |