diff --git a/src/mem/request.hh b/src/mem/request.hh index 50944932e7..90d1ee3dd5 100644 --- a/src/mem/request.hh +++ b/src/mem/request.hh @@ -478,6 +478,7 @@ class Request Request(const Request& other) : _paddr(other._paddr), _size(other._size), + _byteEnable(other._byteEnable), _masterId(other._masterId), _flags(other._flags), _memSpaceConfigFlags(other._memSpaceConfigFlags),