diff options
Diffstat (limited to 'src/mem/se_translating_port_proxy.hh')
-rw-r--r-- | src/mem/se_translating_port_proxy.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mem/se_translating_port_proxy.hh b/src/mem/se_translating_port_proxy.hh index 718e44a57..e32f1d0e3 100644 --- a/src/mem/se_translating_port_proxy.hh +++ b/src/mem/se_translating_port_proxy.hh @@ -80,7 +80,9 @@ class SETranslatingPortProxy : public PortProxy AllocType allocating; public: - SETranslatingPortProxy(MasterPort& port, Process* p, AllocType alloc); + SETranslatingPortProxy(SendFunctionalFunc func, + Process* p, AllocType alloc); + SETranslatingPortProxy(MasterPort &port, Process* p, AllocType alloc); ~SETranslatingPortProxy() {} void setPageTable(EmulationPageTable *p) { pTable = p; } |