> +            // Update PC so that we start fetching after this instruction to 
> prevent
> +            // "double"-execution of instructions
> +            
> cpu->resPool->scheduleEvent((InOrderCPU::CPUEventType)ResourcePool::UpdateAfterContextSwitch,
>  inst, 0, 0, tid);
> +
> +            // Clear switchout buffer

That line above is way over the 80 column limit.  Please fix these
sorts of things.  (A temporary variable would work fine here.)

  Nate
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to