diff options
Diffstat (limited to 'src/mem/ruby/common/SubBlock.hh')
-rw-r--r-- | src/mem/ruby/common/SubBlock.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/common/SubBlock.hh b/src/mem/ruby/common/SubBlock.hh index 5831be35a..2943bb886 100644 --- a/src/mem/ruby/common/SubBlock.hh +++ b/src/mem/ruby/common/SubBlock.hh @@ -85,7 +85,7 @@ private: // Data Members (m_ prefix) Address m_address; Address m_logicalAddress; - Vector<uint> m_data; + Vector<unsigned> m_data; }; // Output operator declaration |