159a160
> DPRINTF(SimpleCPU, "Resume\n");
217a219,220
> DPRINTF(SimpleCPU, "ActivateContext %d (%d cycles)\n", thread_num, delay);
>
233a237,238
> DPRINTF(SimpleCPU, "SuspendContext %d\n", thread_num);
>
513a519,520
> DPRINTF(SimpleCPU, "Fetch\n");
>
562a570,571
> DPRINTF(SimpleCPU, "Complete ICache Fetch\n");
>