1065c1065,1066
< T get() const;
---
> T get() const
> M5_DEPRECATED_MSG("The memory system should be ISA independent.");
1086c1087,1088
< void set(T v);
---
> void set(T v)
> M5_DEPRECATED_MSG("The memory system should be ISA independent.");
1089d1090
<