summaryrefslogtreecommitdiff
path: root/src/mem/slicc
diff options
context:
space:
mode:
authorJoel Hestness <jthestness@gmail.com>2013-04-07 20:31:15 -0500
committerJoel Hestness <jthestness@gmail.com>2013-04-07 20:31:15 -0500
commit3b02210713a3b8f46750638003784115a738ec78 (patch)
treed3787d1380716d3fdb03fc4c98b6bc8ebe3ac699 /src/mem/slicc
parent7fb55b98cc63e8c08a198ae8bc9396ae96bfabe5 (diff)
downloadgem5-3b02210713a3b8f46750638003784115a738ec78.tar.xz
Ruby System, Cache Recorder: Use delete [] for trace vars
The cache trace variables are array allocated uint8_t* in the RubySystem and the Ruby CacheRecorder, but the code used delete to free the memory, resulting in Valgrind memory errors. Change these deletes to delete [] to get rid of the errors.
Diffstat (limited to 'src/mem/slicc')
0 files changed, 0 insertions, 0 deletions