Clang compilation was failing in error due to this missing override.
Change-Id: I92f1774cd2f1f5ef90ab1d72d038f6c65cba70ad
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/37535
Reviewed-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
* variables will remain the same.
*/
CompressionBlk& operator=(CompressionBlk&& other);
- CacheBlk& operator=(CacheBlk&& other);
+ CacheBlk& operator=(CacheBlk&& other) override;
~CompressionBlk() = default;
/**