188c188
< //The index is multiplied by the size of a MiscReg so that
---
> //The index is multiplied by the size of a RegVal so that
191c191
< req->setPaddr((Addr)regNum * sizeof(MiscReg));
---
> req->setPaddr((Addr)regNum * sizeof(RegVal));
203c203
< req->setPaddr(MISCREG_PCI_CONFIG_ADDRESS * sizeof(MiscReg));
---
> req->setPaddr(MISCREG_PCI_CONFIG_ADDRESS * sizeof(RegVal));