diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2009-04-21 08:17:36 -0700 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2009-04-21 08:17:36 -0700 |
commit | 97b6947eb767ba1a7750525123c0c517223cee43 (patch) | |
tree | c8fd753d9ad79d521c1ab3b47bad75c19e26f5d1 /src | |
parent | eb3b6935d3a4afc65be3ef16584be78572d4a39c (diff) | |
download | gem5-97b6947eb767ba1a7750525123c0c517223cee43.tar.xz |
Minor tweaks for future Ruby compatibility.
Diffstat (limited to 'src')
-rw-r--r-- | src/mem/physical.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/physical.hh b/src/mem/physical.hh index 8dbadccc4..f027168a4 100644 --- a/src/mem/physical.hh +++ b/src/mem/physical.hh @@ -49,6 +49,8 @@ // class PhysicalMemory : public MemObject { + protected: + class MemoryPort : public SimpleTimingPort { PhysicalMemory *memory; |