251,255c251,252
< class ProfileEvent : public Event
< {
< private:
< BaseCPU *cpu;
< Tick interval;
---
> void processProfileEvent();
> EventFunctionWrapper * profileEvent;
257,262d253
< public:
< ProfileEvent(BaseCPU *cpu, Tick interval);
< void process();
< };
< ProfileEvent *profileEvent;
<