diff options
Diffstat (limited to 'src/mem/abstract_mem.hh')
-rw-r--r-- | src/mem/abstract_mem.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mem/abstract_mem.hh b/src/mem/abstract_mem.hh index 57a47e390..4b7ad8139 100644 --- a/src/mem/abstract_mem.hh +++ b/src/mem/abstract_mem.hh @@ -195,6 +195,11 @@ class AbstractMemory : public MemObject virtual ~AbstractMemory() {} /** + * Initialise this memory. + */ + void init(); + + /** * See if this is a null memory that should never store data and * always return zero. * |