fix type! argh
authorNathan Binkert <binkertn@umich.edu>
Tue, 4 Nov 2003 17:48:21 +0000 (12:48 -0500)
committerNathan Binkert <binkertn@umich.edu>
Tue, 4 Nov 2003 17:48:21 +0000 (12:48 -0500)
dev/etherlink.cc:
    int -> Tick

--HG--
extra : convert_revision : 33c45ea306e6532b91d84018702b220b25de463e

dev/etherlink.cc

index 6fb7187d21a761969332bb6e244d0a664a7fc750..c042cac34f2a418caca1561b813a71dd05acb471 100644 (file)
@@ -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)