summaryrefslogtreecommitdiff
path: root/src/arch/power/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/types.hh')
-rw-r--r--src/arch/power/types.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/types.hh b/src/arch/power/types.hh
index d049cdec1..61f8acfca 100644
--- a/src/arch/power/types.hh
+++ b/src/arch/power/types.hh
@@ -101,6 +101,6 @@ struct hash<PowerISA::ExtMachInst> : public hash<uint32_t> {
};
};
-} // __hash_namespace namespace
+} // namespace __hash_namespace
#endif // __ARCH_POWER_TYPES_HH__