From: Ali Saidi Date: Tue, 24 Jun 2008 19:48:45 +0000 (-0400) Subject: Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing. X-Git-Tag: m5_2.0_beta6~93^2^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57b5de6b9f9150ceda46c52b3621e60f667138d4;p=gem5.git Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing. --- diff --git a/src/python/swig/event.i b/src/python/swig/event.i index ee1f3d00b..9a2093c99 100644 --- a/src/python/swig/event.i +++ b/src/python/swig/event.i @@ -44,8 +44,8 @@ void create(PyObject *object, Tick when); -class CountedDrainEvent -{ +class Event; +class CountedDrainEvent : public Event { public: void setCount(int _count); };