summaryrefslogtreecommitdiff
path: root/src/dev/etherlink.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/etherlink.hh')
-rw-r--r--src/dev/etherlink.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/etherlink.hh b/src/dev/etherlink.hh
index 4bfb751b9..0012d0003 100644
--- a/src/dev/etherlink.hh
+++ b/src/dev/etherlink.hh
@@ -158,8 +158,8 @@ class EtherLink : public EtherObject
virtual EtherInt *getEthPort(const std::string &if_name, int idx);
- void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
- void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
+ void serialize(CheckpointOut &cp) const override;
+ void unserialize(CheckpointIn &cp) override;
};