Automated merge with http://repo.m5sim.org/m5-stable
This commit is contained in:
commit
3205768ea5
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
|||
|
||||
void create(PyObject *object, Tick when);
|
||||
|
||||
class CountedDrainEvent
|
||||
{
|
||||
class Event;
|
||||
class CountedDrainEvent : public Event {
|
||||
public:
|
||||
void setCount(int _count);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue