103c103
< inline Tick curCycle() const { return curTick / clock; }
---
> inline Tick curCycle() const { return curTick() / clock; }
110c110
< * may return curTick if the CPU should run on the current cycle.
---
> * may return curTick() if the CPU should run on the current cycle.
116c116
< * function may return curTick if the CPU should run on the
---
> * function may return curTick() if the CPU should run on the