39a40
> #include "sim/sim_object.hh"
42a44
> struct SparcISAParams;
47c49
< class ISA
---
> class ISA : public SimObject
203,207c205,206
< ISA()
< {
< tickCompare = NULL;
< sTickCompare = NULL;
< hSTickCompare = NULL;
---
> typedef SparcISAParams Params;
> const Params *params() const;
209,210c208
< clear();
< }
---
> ISA(Params *p);