summaryrefslogtreecommitdiff
path: root/src/arch/power/miscregs.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/miscregs.hh')
-rw-r--r--src/arch/power/miscregs.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/miscregs.hh b/src/arch/power/miscregs.hh
index 34732dad1..eba97d439 100644
--- a/src/arch/power/miscregs.hh
+++ b/src/arch/power/miscregs.hh
@@ -95,6 +95,6 @@ BitUnion32(Fpscr)
Bitfield<2,1> rn;
EndBitUnion(Fpscr)
-}; // PowerISA namespace
+} // namespace PowerISA
#endif // __ARCH_POWER_MISCREGS_HH__