diff options
Diffstat (limited to 'src/mem/secure_port_proxy.hh')
-rw-r--r-- | src/mem/secure_port_proxy.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mem/secure_port_proxy.hh b/src/mem/secure_port_proxy.hh index 9a2200c9e..5ce0c299a 100644 --- a/src/mem/secure_port_proxy.hh +++ b/src/mem/secure_port_proxy.hh @@ -70,8 +70,7 @@ class SecurePortProxy : public PortProxy { public: - SecurePortProxy(MasterPort &port, unsigned int cache_line_size) - : PortProxy(port, cache_line_size) {} + using PortProxy::PortProxy; bool tryReadBlob(Addr addr, void *p, int size) const override; bool tryWriteBlob(Addr addr, const void *p, int size) const override; |