188,190d187
< /** Skid buffer between rename and commit. */
< std::queue<DynInstPtr> skidBuffer;
<
254,258d250
< /** Checks if the ROB is completed with squashing. This is for the case
< * where the ROB can take multiple cycles to complete squashing.
< */
< bool robDoneSquashing();
<
324,326d315
< /** Insert all instructions from rename into skidBuffer */
< void skidInsert();
<