mem: Don't print out the data of a cache block
authorMitch Hayenga <Mitch.Hayenga@ARM.com>
Tue, 1 Apr 2014 19:24:36 +0000 (14:24 -0500)
committerMitch Hayenga <Mitch.Hayenga@ARM.com>
Tue, 1 Apr 2014 19:24:36 +0000 (14:24 -0500)
commita0d30f36a6cdc7f686be0e6145e78e030ef973c3
tree7f8929d802ea8f8b8fde756a31f095e5a6ffbaa5
parent0fad0c7f7dbb91b693805f94f1cf4040590491a0
mem: Don't print out the data of a cache block

This never actually worked since it was printing out only a word
of the cache block and not the entire thing and doubly didn't work
csprintf overrides the %#x specifier and assumes a char* array is
actually a string.
src/mem/cache/blk.hh