Automated merge with http://repo.m5sim.org/m5-stable
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
|
||||
void create(PyObject *object, Tick when);
|
||||
|
||||
class CountedDrainEvent
|
||||
{
|
||||
class Event;
|
||||
class CountedDrainEvent : public Event {
|
||||
public:
|
||||
void setCount(int _count);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user