projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4b5247
)
fix type! argh
author
Nathan Binkert
<binkertn@umich.edu>
Tue, 4 Nov 2003 17:48:21 +0000
(12:48 -0500)
committer
Nathan 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
patch
|
blob
|
history
diff --git
a/dev/etherlink.cc
b/dev/etherlink.cc
index 6fb7187d21a761969332bb6e244d0a664a7fc750..c042cac34f2a418caca1561b813a71dd05acb471 100644
(file)
--- 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)