273,275d272
< /** Reads the stall signals. */
< void readStallSignals(ThreadID tid);
<
349,356d345
< /** Source of possible stalls. */
< struct Stalls {
< bool commit;
< };
<
< /** Stages that are telling IEW to stall. */
< Stalls stalls[Impl::MaxThreads];
<