changeset ebec0a848220 in /z/repo/m5-stable
details: http://repo.m5sim.org/m5-stable?cmd=changeset;node=ebec0a848220
summary: Checkpoinging/SWIG: Undo part of changeset 5464 since it broke 
checkpointing.

diffstat:

1 file changed, 1 deletion(-)
src/python/swig/event.i |    1 -

diffs (14 lines):

diff -r 47c5168d092c -r ebec0a848220 src/python/swig/event.i
--- a/src/python/swig/event.i   Sat Jun 14 21:51:08 2008 -0700
+++ b/src/python/swig/event.i   Tue Jun 24 15:48:45 2008 -0400
@@ -44,8 +44,8 @@
 
 void create(PyObject *object, Tick when);
 
-class CountedDrainEvent
-{
+class Event;
+class CountedDrainEvent : public Event {
   public:
     void setCount(int _count);
 };
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to