summaryrefslogtreecommitdiff
path: root/src/dev/net/etherbus.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/net/etherbus.cc')
-rw-r--r--src/dev/net/etherbus.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/net/etherbus.cc b/src/dev/net/etherbus.cc
index 7e086bfb0..dee772cc0 100644
--- a/src/dev/net/etherbus.cc
+++ b/src/dev/net/etherbus.cc
@@ -51,7 +51,7 @@
using namespace std;
EtherBus::EtherBus(const Params *p)
- : EtherObject(p), ticksPerByte(p->speed), loopback(p->loopback),
+ : SimObject(p), ticksPerByte(p->speed), loopback(p->loopback),
event([this]{ txDone(); }, "ethernet bus completion"),
sender(0), dump(p->dump)
{