185a186
> DPRINTF(SimpleCPU, "Resume\n");
233a235,236
> DPRINTF(SimpleCPU, "ActivateContext %d (%d cycles)\n", thread_num, delay);
>
250a254,255
> DPRINTF(SimpleCPU, "SuspendContext %d\n", thread_num);
>
485a491,492
> DPRINTF(SimpleCPU, "Tick\n");
>