202,217d201
< class TickEvent : public Event
< {
< private:
< /** Pointer to the CPU. */
< FullO3CPU<Impl> *cpu;
<
< public:
< /** Constructs a tick event. */
< TickEvent(FullO3CPU<Impl> *c);
<
< /** Processes a tick event, calling tick() on the CPU. */
< void process();
< /** Returns the description of the tick event. */
< const char *description() const;
< };
<
219c203
< TickEvent tickEvent;
---
> EventFunctionWrapper tickEvent;