This method would be hidden in the subclass which upset clang 11, and
that caused the build to break.
Change-Id: Ie678fc96a26809eb8f2acd0bddc1df81c0a9aa1e
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25227
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
AccessPermission getPermission() const;
void changePermission(AccessPermission new_perm);
+ using ReplaceableEntry::print;
virtual void print(std::ostream& out) const = 0;
// The methods below are those called by ruby runtime, add when it