478c478
< cpu->schedule(trap, curTick + trapLatency);
---
> cpu->schedule(trap, curTick() + trapLatency);