diff options
author | Matthew Poremba <matthew.poremba@amd.com> | 2016-12-02 11:40:40 -0500 |
---|---|---|
committer | Matthew Poremba <matthew.poremba@amd.com> | 2016-12-02 11:40:40 -0500 |
commit | 80607a2a1d32a15cabf9110e27855acb40a06f23 (patch) | |
tree | e4bb882b9f86dc7b25dff6dab45a6dcb47ad9ac0 /tests/quick | |
parent | 752033140228c790e51954bd8ccd3728f4dd7e08 (diff) | |
download | gem5-80607a2a1d32a15cabf9110e27855acb40a06f23.tar.xz |
ruby: Fix overflow reported by ASAN in MessageBuffer.
In MessageBuffer the m_not_avail_count member is incremented but not used.
This causes an overflow reported by ASAN. This patch changes from an int to
Stats::Scalar, since the count is useful in debugging finite MessageBuffers.
Diffstat (limited to 'tests/quick')
0 files changed, 0 insertions, 0 deletions