diff options
Diffstat (limited to 'src/dev/x86/i82094aa.cc')
-rw-r--r-- | src/dev/x86/i82094aa.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dev/x86/i82094aa.cc b/src/dev/x86/i82094aa.cc index 2b09f14a5..fccc98469 100644 --- a/src/dev/x86/i82094aa.cc +++ b/src/dev/x86/i82094aa.cc @@ -70,12 +70,12 @@ X86ISA::I82094AA::init() IntDevice::init(); } -BaseMasterPort & -X86ISA::I82094AA::getMasterPort(const std::string &if_name, PortID idx) +Port & +X86ISA::I82094AA::getPort(const std::string &if_name, PortID idx) { if (if_name == "int_master") return intMasterPort; - return BasicPioDevice::getMasterPort(if_name, idx); + return BasicPioDevice::getPort(if_name, idx); } AddrRangeList |