summaryrefslogtreecommitdiff
path: root/src/dev/ethertap.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/ethertap.hh')
-rw-r--r--src/dev/ethertap.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/ethertap.hh b/src/dev/ethertap.hh
index 9c21dfc03..b1fa08559 100644
--- a/src/dev/ethertap.hh
+++ b/src/dev/ethertap.hh
@@ -115,8 +115,8 @@ class EtherTap : public EtherObject
virtual bool recvPacket(EthPacketPtr packet);
virtual void sendDone();
- 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;
};
class EtherTapInt : public EtherInt