diff options
Diffstat (limited to 'src/sim/tlb.cc')
-rw-r--r-- | src/sim/tlb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/tlb.cc b/src/sim/tlb.cc index 5ceec637e..de6779839 100644 --- a/src/sim/tlb.cc +++ b/src/sim/tlb.cc @@ -34,7 +34,7 @@ #include "sim/tlb.hh" Fault -GenericTLBBase::translate(RequestPtr req, ThreadContext * tc) +GenericTLB::translate(RequestPtr req, ThreadContext * tc, bool) { #if FULL_SYSTEM panic("Generic translation shouldn't be used in full system mode.\n"); |