mem: Unify all cache DPRINTF address formatting
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 2 Mar 2015 09:00:56 +0000 (04:00 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 2 Mar 2015 09:00:56 +0000 (04:00 -0500)
commitfc315901ff4aaae0f56c4c1b1c50ffe9bd70b4d6
tree9feb5da6c9e91f9a685cf053d2e0dc44d1a7b7a2
parent88e2963951860966dd850ef874e5fed99fe78b88
mem: Unify all cache DPRINTF address formatting

This patch changes all the DPRINTF messages in the cache to use
'%#llx' every time a packet address is printed. The inclusion of '#'
ensures '0x' is prepended, and since the address type is a uint64_t %x
really should be %llx.
src/mem/cache/cache_impl.hh
src/mem/cache/mshr.cc