748c748
< int miscRegIndex = (ipr_index < NumInternalProcRegs) ?
---
> int miscRegIndex = (ipr_index < MaxInternalProcRegs) ?
763c763
< int miscRegIndex = (ipr_index < NumInternalProcRegs) ?
---
> int miscRegIndex = (ipr_index < MaxInternalProcRegs) ?