summaryrefslogtreecommitdiff
path: root/dev/tsunami_pchip.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/tsunami_pchip.hh')
-rw-r--r--dev/tsunami_pchip.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/tsunami_pchip.hh b/dev/tsunami_pchip.hh
index 2f3e8f078..bb84339c9 100644
--- a/dev/tsunami_pchip.hh
+++ b/dev/tsunami_pchip.hh
@@ -78,8 +78,8 @@ class TsunamiPChip : public BasicPioDevice
*/
Addr translatePciToDma(Addr busAddr);
- virtual Tick read(Packet &pkt);
- virtual Tick write(Packet &pkt);
+ virtual Tick read(Packet *pkt);
+ virtual Tick write(Packet *pkt);
/**
* Serialize this object to the given output stream.