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 753666a17..8acdd9f4d 100644 --- a/src/mem/ruby/common/SubBlock.hh +++ b/src/mem/ruby/common/SubBlock.hh @@ -75,7 +75,7 @@ private: // Data Members (m_ prefix) Address m_address; - Vector<uint> m_data; + Vector<uint8_t> m_data; }; // Output operator declaration |