diff --git a/src/cpu/o3/rename_impl.hh b/src/cpu/o3/rename_impl.hh --- a/src/cpu/o3/rename_impl.hh +++ b/src/cpu/o3/rename_impl.hh @@ -87,7 +87,7 @@ } // @todo: Make into a parameter. - skidBufferMax = (2 * (iewToRenameDelay * params->decodeWidth)) + renameWidth; + skidBufferMax = (2 * (decodeToRenameDelay * params->decodeWidth)) + renameWidth; } template