431,432c431,432
< /** Decode to fetch delay, in ticks. */
< unsigned decodeToFetchDelay;
---
> /** Decode to fetch delay. */
> Cycles decodeToFetchDelay;
434,435c434,435
< /** Rename to fetch delay, in ticks. */
< unsigned renameToFetchDelay;
---
> /** Rename to fetch delay. */
> Cycles renameToFetchDelay;
437,438c437,438
< /** IEW to fetch delay, in ticks. */
< unsigned iewToFetchDelay;
---
> /** IEW to fetch delay. */
> Cycles iewToFetchDelay;
440,441c440,441
< /** Commit to fetch delay, in ticks. */
< unsigned commitToFetchDelay;
---
> /** Commit to fetch delay. */
> Cycles commitToFetchDelay;