diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2004-04-02 23:19:08 -0800 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2004-04-02 23:19:08 -0800 |
commit | b3b0a4705b27a192226e6f97dc78b97eec73613d (patch) | |
tree | cd9b639d0b147b1d5275f585eddc82b2326ad9ff /dev/ethertap.cc | |
parent | ae06629947fd3fb2140ed0393287dfaf4719b9eb (diff) | |
parent | 782fb42992076dfd88ffb7d0c4e689d1bb1220d8 (diff) | |
download | gem5-b3b0a4705b27a192226e6f97dc78b97eec73613d.tar.xz |
Merge
--HG--
extra : convert_revision : dadfa2cd97908d769f1e2d5c645140f296ec6a82
Diffstat (limited to 'dev/ethertap.cc')
-rw-r--r-- | dev/ethertap.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ethertap.cc b/dev/ethertap.cc index 960d21d73..db1b3660f 100644 --- a/dev/ethertap.cc +++ b/dev/ethertap.cc @@ -313,8 +313,8 @@ BEGIN_DECLARE_SIM_OBJECT_PARAMS(EtherTap) SimObjectParam<EtherInt *> peer; SimObjectParam<EtherDump *> packet_dump; - Param<uint16_t> port; - Param<uint16_t> bufsz; + Param<unsigned> port; + Param<unsigned> bufsz; END_DECLARE_SIM_OBJECT_PARAMS(EtherTap) |