365,377d364
< /** Tracks delay slot information for threads in ISAs which use
< * delay slots;
< */
< struct DelaySlotInfo {
< InstSeqNum delaySlotSeqNum;
< InstSeqNum branchSeqNum;
< int numInsts;
< Addr targetAddr;
< bool targetReady;
< };
<
< DelaySlotInfo delaySlotInfo[Impl::MaxThreads];
<