diff options
Diffstat (limited to 'arch/alpha/tlb.hh')
-rw-r--r-- | arch/alpha/tlb.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/alpha/tlb.hh b/arch/alpha/tlb.hh index 1c299e8b9..676345f01 100644 --- a/arch/alpha/tlb.hh +++ b/arch/alpha/tlb.hh @@ -88,9 +88,6 @@ class AlphaITB : public AlphaTLB mutable Stats::Scalar<> acv; mutable Stats::Formula accesses; - protected: - void fault(Addr pc, ExecContext *xc) const; - public: AlphaITB(const std::string &name, int size); virtual void regStats(); @@ -114,9 +111,6 @@ class AlphaDTB : public AlphaTLB Stats::Formula acv; Stats::Formula accesses; - protected: - void fault(MemReqPtr &req, uint64_t flags) const; - public: AlphaDTB(const std::string &name, int size); virtual void regStats(); |