revert 5af8f40d8f2c
This commit is contained in:
@@ -99,7 +99,7 @@ InstructionQueue<Impl>::InstructionQueue(O3CPU *cpu_ptr, IEW *iew_ptr,
|
||||
|
||||
// Set the number of total physical registers
|
||||
numPhysRegs = params->numPhysIntRegs + params->numPhysFloatRegs +
|
||||
params->numPhysCCRegs + params->numPhysVectorRegs;
|
||||
params->numPhysCCRegs;
|
||||
|
||||
//Create an entry for each physical register within the
|
||||
//dependency graph.
|
||||
|
||||
Reference in New Issue
Block a user