38d37
< #include "params/IntrControl.hh"
43,44c42,43
< IntrControl::IntrControl(const string &name, System *s)
< : SimObject(name), sys(s)
---
> IntrControl::IntrControl(const Params *p)
> : SimObject(p), sys(p->sys)
82c81
< return new IntrControl(name, sys);
---
> return new IntrControl(this);