diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-03-29 13:04:19 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-03-29 13:04:19 -0400 |
commit | ccc8ba20331dea690181729872486b57067ff9fa (patch) | |
tree | 07a42f57b6bf011129aa7f89be271582cffd91a3 /src/arch/power | |
parent | c8bbfed93752c2c79d36bb9dedbc2208b856dae6 (diff) | |
download | gem5-ccc8ba20331dea690181729872486b57067ff9fa.tar.xz |
Power: Fix compilation.
Diffstat (limited to 'src/arch/power')
-rw-r--r-- | src/arch/power/types.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/power/types.hh b/src/arch/power/types.hh index 646a14ce2..071b4b439 100644 --- a/src/arch/power/types.hh +++ b/src/arch/power/types.hh @@ -87,6 +87,7 @@ typedef GenericISA::SimplePCState<MachInst> PCState; // typedef int RegContextParam; // typedef int RegContextVal; +} // PowerISA namespace namespace __hash_namespace { |