diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-01-21 04:34:01 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-01-21 04:34:01 -0500 |
commit | 6cbce7631ad7f51d98cb68bd096594bc90baffdf (patch) | |
tree | 0822814162bf48109dcfce9b126be6f6f6ae151b /arch | |
parent | 29789443ba5471c954617d8a21f5db94c6512f02 (diff) | |
download | gem5-6cbce7631ad7f51d98cb68bd096594bc90baffdf.tar.xz |
Add a couple statistics contexts.
arch/alpha/pseudo_inst.cc:
rename the context for consistency.
sim/pyconfig/m5config.py:
Add a ParamContext class so that param contexts work with
the new config stuff.
--HG--
extra : convert_revision : 3a6b583a25c86237baca7a2b4eccc9d12f86a384
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 95c85b45a..22d65638b 100644 --- a/arch/alpha/pseudo_inst.cc +++ b/arch/alpha/pseudo_inst.cc @@ -206,7 +206,7 @@ namespace AlphaPseudo void checkParams(); }; - Context context("PseudoInsts"); + Context context("pseudo_inst"); Param<bool> __quiesce(&context, "quiesce", "enable quiesce instructions", |