diff options
Diffstat (limited to 'src/mem/ruby/system/MemoryControl.hh')
-rw-r--r-- | src/mem/ruby/system/MemoryControl.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/system/MemoryControl.hh b/src/mem/ruby/system/MemoryControl.hh index 1570e81cd..c875c0bbc 100644 --- a/src/mem/ruby/system/MemoryControl.hh +++ b/src/mem/ruby/system/MemoryControl.hh @@ -123,7 +123,7 @@ private: // data members Consumer* m_consumer_ptr; // Consumer to signal a wakeup() - string m_name; + int m_version; string m_description; int m_msg_counter; int m_awakened; |