218a219
> assert(wbOutstanding <= wbMax);
228a230
> assert(wbOutstanding >= 0);
453d454
< unsigned wbOutstanding;
454a456,458
> /** Number of instructions in flight that will writeback. */
> int wbOutstanding;
>
509a514,515
> /** Stat for total number of executed store instructions. */
> // Stats::Scalar<> iewExecStoreInsts;