757c757
< cpu->schedule(execution, curTick + cpu->ticks(op_latency - 1));
---
> cpu->schedule(execution, curTick() + cpu->ticks(op_latency - 1));