65,70c65
< // forward declarations
< namespace TheISA
< {
< class TLB;
< }
<
---
> class BaseTLB;
143,144c138,139
< TheISA::TLB *itb;
< TheISA::TLB *dtb;
---
> BaseTLB *itb;
> BaseTLB *dtb;
169,170c164,165
< TheISA::TLB* getITBPtr() { return itb; }
< TheISA::TLB* getDTBPtr() { return dtb; }
---
> BaseTLB* getITBPtr() { return itb; }
> BaseTLB* getDTBPtr() { return dtb; }