diff options
Diffstat (limited to 'dev/io_device.hh')
-rw-r--r-- | dev/io_device.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/io_device.hh b/dev/io_device.hh index 8b23422dd..6efa9ef63 100644 --- a/dev/io_device.hh +++ b/dev/io_device.hh @@ -90,7 +90,7 @@ class PioPort : public Port Packet *packet; SendEvent(PioPort *p, Packet *pkt, Tick t) - : Event(&mainEventQueue), packet(pkt) + : Event(&mainEventQueue), port(p), packet(pkt) { schedule(curTick + t); } virtual void process(); |