diff --git a/src/mem/se_translating_port_proxy.hh b/src/mem/se_translating_port_proxy.hh index 0fe3212012..41f92a665f 100644 --- a/src/mem/se_translating_port_proxy.hh +++ b/src/mem/se_translating_port_proxy.hh @@ -60,7 +60,7 @@ class SETranslatingPortProxy : public TranslatingPortProxy bool fixupAddr(Addr addr, BaseTLB::Mode mode) const override; public: - SETranslatingPortProxy(ThreadContext *tc, AllocType alloc, + SETranslatingPortProxy(ThreadContext *tc, AllocType alloc=NextPage, Request::Flags _flags=0); };