summaryrefslogtreecommitdiff
path: root/src/mem/external_master.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/external_master.cc')
-rw-r--r--src/mem/external_master.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/external_master.cc b/src/mem/external_master.cc
index e0e8c1e87..373aa84fe 100644
--- a/src/mem/external_master.cc
+++ b/src/mem/external_master.cc
@@ -57,7 +57,7 @@ ExternalMaster::ExternalMaster(ExternalMasterParams *params) :
portName(params->name + ".port"),
portType(params->port_type),
portData(params->port_data),
- masterId(params->system->getMasterId(params->name))
+ masterId(params->system->getMasterId(this))
{}
BaseMasterPort &