diff --git a/dev/etherlink.cc b/dev/etherlink.cc index 6fb7187d21..c042cac34f 100644 --- a/dev/etherlink.cc +++ b/dev/etherlink.cc @@ -125,7 +125,7 @@ BEGIN_DECLARE_SIM_OBJECT_PARAMS(EtherLink) SimObjectParam interface1; SimObjectParam interface2; - Param link_speed; + Param link_speed; SimObjectParam packet_dump; END_DECLARE_SIM_OBJECT_PARAMS(EtherLink)