99c99
< Fault translateTiming(ThreadContext *tc)
---
> void translateTiming(ThreadContext *tc)
101c101
< return (parent.stage2Tlb()->translateTiming(&req, tc, this, BaseTLB::Read));
---
> parent.stage2Tlb()->translateTiming(&req, tc, this, BaseTLB::Read);
117,119c117,119
< Fault readDataTimed(ThreadContext *tc, Addr descAddr,
< Stage2Translation *translation, int numBytes,
< Request::Flags flags);
---
> void readDataTimed(ThreadContext *tc, Addr descAddr,
> Stage2Translation *translation, int numBytes,
> Request::Flags flags);