summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev/etherlink.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/etherlink.cc b/dev/etherlink.cc
index 6fb7187d2..c042cac34 100644
--- a/dev/etherlink.cc
+++ b/dev/etherlink.cc
@@ -125,7 +125,7 @@ BEGIN_DECLARE_SIM_OBJECT_PARAMS(EtherLink)
SimObjectParam<EtherInt *> interface1;
SimObjectParam<EtherInt *> interface2;
- Param<int> link_speed;
+ Param<Tick> link_speed;
SimObjectParam<EtherDump *> packet_dump;
END_DECLARE_SIM_OBJECT_PARAMS(EtherLink)