summaryrefslogtreecommitdiff
path: root/src/arch/power/mmapped_ipr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/mmapped_ipr.hh')
-rw-r--r--src/arch/power/mmapped_ipr.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/power/mmapped_ipr.hh b/src/arch/power/mmapped_ipr.hh
index a55ef8f7d..142253462 100644
--- a/src/arch/power/mmapped_ipr.hh
+++ b/src/arch/power/mmapped_ipr.hh
@@ -49,13 +49,13 @@ class ThreadContext;
namespace PowerISA
{
-inline Tick
+inline Cycles
handleIprRead(ThreadContext *xc, Packet *pkt)
{
panic("No implementation for handleIprRead in POWER\n");
}
-inline Tick
+inline Cycles
handleIprWrite(ThreadContext *xc, Packet *pkt)
{
panic("No implementation for handleIprWrite in POWER\n");