mem: Default the SE translating port proxy alloc method to NextPage.
[gem5.git] / src / mem / se_translating_port_proxy.hh
index 0fe3212012b8f17ddff10b4433aa5214b99e8fcf..41f92a665f1394917aae8b88ccb86792aa21529e 100644 (file)
@@ -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);
 };