148c148
< * latencies. This field is set to curTick any time paddr or vaddr
---
> * latencies. This field is set to curTick() any time paddr or vaddr
182c182
< * just physical address, size, flags, and timestamp (to curTick).
---
> * just physical address, size, flags, and timestamp (to curTick()).
243c243
< setPhys(paddr, size, flags, curTick);
---
> setPhys(paddr, size, flags, curTick());
258c258
< _time = curTick;
---
> _time = curTick();