366c366
< int elapsed_usecs = curTick / SimClock::Int::us;
---
> int elapsed_usecs = curTick() / SimClock::Int::us;
1193c1193
< int64_t clocks = curTick * OS::M5_SC_CLK_TCK / SimClock::Int::s;
---
> int64_t clocks = curTick() * OS::M5_SC_CLK_TCK / SimClock::Int::s;