693a694,699
> uint64_t
> BaseCPU::getCurrentInstCount(ThreadID tid)
> {
> return Tick(comInstEventQueue[tid]->getCurTick());
> }
>