summaryrefslogtreecommitdiff
path: root/dev/tsunami_io.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-05-18 22:32:21 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2006-05-18 22:32:21 -0400
commit796fa429fef8b038278c4a020374149d8b5ef8eb (patch)
tree878553b3b7fb002db8df2065cb0a38ea694aa528 /dev/tsunami_io.hh
parent381c4f6720d477bdf6d90dd2c09a54cd30b9ddd9 (diff)
downloadgem5-796fa429fef8b038278c4a020374149d8b5ef8eb.tar.xz
Change Packet parameters on Port methods from references to pointers.
--HG-- extra : convert_revision : 7193e70304d4cbe1e4cbe16ce0d8527b2754d066
Diffstat (limited to 'dev/tsunami_io.hh')
-rw-r--r--dev/tsunami_io.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/tsunami_io.hh b/dev/tsunami_io.hh
index c37f3aa16..4e4fb2036 100644
--- a/dev/tsunami_io.hh
+++ b/dev/tsunami_io.hh
@@ -318,8 +318,8 @@ class TsunamiIO : public BasicPioDevice
*/
TsunamiIO(Params *p);
- virtual Tick read(Packet &pkt);
- virtual Tick write(Packet &pkt);
+ virtual Tick read(Packet *pkt);
+ virtual Tick write(Packet *pkt);
/**
* Post an PIC interrupt to the CPU via the CChip