diff options
Diffstat (limited to 'src/dev/dma_device.hh')
-rw-r--r-- | src/dev/dma_device.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/dma_device.hh b/src/dev/dma_device.hh index 0dc79df42..f556e14e3 100644 --- a/src/dev/dma_device.hh +++ b/src/dev/dma_device.hh @@ -179,8 +179,8 @@ class DmaDevice : public PioDevice unsigned int cacheBlockSize() const { return sys->cacheLineSize(); } - BaseMasterPort &getMasterPort(const std::string &if_name, - PortID idx = InvalidPortID) override; + Port &getPort(const std::string &if_name, + PortID idx=InvalidPortID) override; }; |