63,65c63,64
< BaseMasterPort &
< ExternalMaster::getMasterPort(const std::string &if_name,
< PortID idx)
---
> Port &
> ExternalMaster::getPort(const std::string &if_name, PortID idx)
87c86
< return MemObject::getMasterPort(if_name, idx);
---
> return MemObject::getPort(if_name, idx);