271a272,279
> /** This function is used by the page table walker to determine if it could
> * translate the a pending request or if the underlying request has been
> * squashed. This always returns false for the simple timing CPU as it never
> * executes any instructions speculatively.
> * @ return Is the current instruction squashed?
> */
> bool isSquashed() const { return false; }
>