754c754
< Ra = xc->readMiscRegWithEffect(ipr_index, fault);
---
> Ra = xc->readMiscRegWithEffect(miscRegIndex, fault);
769c769
< xc->setMiscRegWithEffect(ipr_index, Ra);
---
> xc->setMiscRegWithEffect(miscRegIndex, Ra);