summaryrefslogtreecommitdiff
path: root/src/arch/mips/mmaped_ipr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/mmaped_ipr.hh')
-rw-r--r--src/arch/mips/mmaped_ipr.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/mmaped_ipr.hh b/src/arch/mips/mmaped_ipr.hh
index fa82a645c..99c2e7fc7 100644
--- a/src/arch/mips/mmaped_ipr.hh
+++ b/src/arch/mips/mmaped_ipr.hh
@@ -44,6 +44,7 @@ class ThreadContext;
namespace MipsISA
{
+
inline Tick
handleIprRead(ThreadContext *xc, Packet *pkt)
{
@@ -56,7 +57,6 @@ handleIprWrite(ThreadContext *xc, Packet *pkt)
panic("No implementation for handleIprWrite in MIPS\n");
}
-
} // namespace MipsISA
#endif