summaryrefslogtreecommitdiff
path: root/src/arch/power/insts/integer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/insts/integer.hh')
-rw-r--r--src/arch/power/insts/integer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/insts/integer.hh b/src/arch/power/insts/integer.hh
index b4b96d5dc..a7270cd38 100644
--- a/src/arch/power/insts/integer.hh
+++ b/src/arch/power/insts/integer.hh
@@ -171,6 +171,6 @@ class IntRotateOp : public IntShiftOp
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
};
-} // PowerISA namespace
+} // namespace PowerISA
#endif //__ARCH_POWER_INSTS_INTEGER_HH__