63,68c63
< {
< #if FULL_SYSTEM //XXX No platform pointer on the system object in SE mode.
< // set the back pointer from the system to myself
< system->platform = this;
< #endif
< }
---
> {}
70,76d64
< Tick
< RealView::intrFrequency()
< {
< panic("Need implementation\n");
< M5_DUMMY_RETURN
< }
<