1793,1794c1793,1794
< currState->fault = tlb->translateTiming(currState->req, currState->tc,
< currState->transState, currState->mode);
---
> tlb->translateTiming(currState->req, currState->tc,
> currState->transState, currState->mode);
1838,1839c1838,1839
< currState->fault = tlb->translateTiming(currState->req,
< currState->tc, currState->transState, currState->mode);
---
> tlb->translateTiming(currState->req, currState->tc,
> currState->transState, currState->mode);
1918,1920c1918,1919
< currState->fault = tlb->translateTiming(currState->req, currState->tc,
< currState->transState,
< currState->mode);
---
> tlb->translateTiming(currState->req, currState->tc,
> currState->transState, currState->mode);