summaryrefslogtreecommitdiff
path: root/sim/eventq.hh
diff options
context:
space:
mode:
Diffstat (limited to 'sim/eventq.hh')
-rw-r--r--sim/eventq.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/eventq.hh b/sim/eventq.hh
index df8e00bd8..cd86512e4 100644
--- a/sim/eventq.hh
+++ b/sim/eventq.hh
@@ -246,7 +246,7 @@ class EventQueue : public Serializeable
Tick nextEventTime() { return empty() ? curTick : head->when(); }
virtual void nameChildren();
- virtual void serialize();
+ virtual void serialize(std::ostream &os);
};