diff options
Diffstat (limited to 'src/mem/physical.hh')
-rw-r--r-- | src/mem/physical.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mem/physical.hh b/src/mem/physical.hh index 10edeb18f..02fefb478 100644 --- a/src/mem/physical.hh +++ b/src/mem/physical.hh @@ -135,7 +135,9 @@ class PhysicalMemory : public Serializable /** * Get the memory ranges for all memories that are to be reported - * to the configuration table. + * to the configuration table. The ranges are merged before they + * are returned such that any interleaved ranges appear as a + * single range. * * @return All configuration table memory ranges */ |