2a3
> * Copyright (c) 2013 Advanced Micro Devices, Inc.
90,91d90
< numPhysIntRegs(params->numPhysIntRegs),
< numPhysFloatRegs(params->numPhysFloatRegs),
98,99c97,99
< // Set the number of physical registers as the number of int + float
< numPhysRegs = numPhysIntRegs + numPhysFloatRegs;
---
> // Set the number of total physical registers
> numPhysRegs = params->numPhysIntRegs + params->numPhysFloatRegs +
> params->numPhysCCRegs;