263a264,266
> /** Removes instructions from rename from a thread's instruction list. */
> void emptyRenameInsts(unsigned tid);
>
393,397d395
< /** Width of execute, in instructions. Might make more sense to break
< * down into FP vs int.
< */
< unsigned executeWidth;
<