221,222c221
< //XXX We're assuming the systemc time resolution is in ps.
< return getCurTick() + delay.value() * SimClock::Int::ps;
---
> return getCurTick() + delay.value();