70a71,75
> if (decodeWidth > Impl::MaxWidth)
> fatal("decodeWidth (%d) is larger than compiled limit (%d),\n"
> "\tincrease MaxWidth in src/cpu/o3/impl.hh\n",
> decodeWidth, static_cast<int>(Impl::MaxWidth));
>