diff options
Diffstat (limited to 'src/mem/abstract_mem.hh')
-rw-r--r-- | src/mem/abstract_mem.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/abstract_mem.hh b/src/mem/abstract_mem.hh index d6d33c8ee..c1ecbdba4 100644 --- a/src/mem/abstract_mem.hh +++ b/src/mem/abstract_mem.hh @@ -266,7 +266,7 @@ class AbstractMemory : public MemObject * * @return the start address of the memory */ - Addr start() const { return range.start; } + Addr start() const { return range.start(); } /** * Should this memory be passed to the kernel and part of the OS |