72c72
< curTick(),tc->getCpuPtr()->name(), name, retval.value());
---
> curTick(), tc->getCpuPtr()->name(), name, retval.encodedValue());
369c369
< return (TheISA::IntReg)-EFAULT;
---
> return -EFAULT;
393c393
< return (TheISA::IntReg)-EFAULT;
---
> return -EFAULT;
410c410
< return (TheISA::IntReg)-EFAULT;
---
> return -EFAULT;
867c867
< return (TheISA::IntReg)-EFAULT;
---
> return -EFAULT;