107a108,115
> /** List to store ranges of memories in this system */
> AddrRangeList memRanges;
>
> /** check if an address points to valid system memory
> * and thus we can fetch instructions out of it
> */
> bool isMemory(const Addr addr) const;
>