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 /arch | |
parent | ae1b184a70e3ee2b91b5e28cab2a7a4f2579327b (diff) | |
download | gem5-550003e1b7a49798ff8154eae2355f298f35d346.tar.xz |
Change SamplingCPU to Sampler.
--HG--
extra : convert_revision : ddba327a572804954adcebfff1182b97d474c020
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/pseudo_inst.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/pseudo_inst.cc b/arch/alpha/pseudo_inst.cc index ff34aa19d..b541dc446 100644 --- a/arch/alpha/pseudo_inst.cc +++ b/arch/alpha/pseudo_inst.cc @@ -49,7 +49,7 @@ using namespace std; -extern SamplingCPU *SampCPU; +extern Sampler *SampCPU; using namespace Stats; |