Searched hist:10725 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/cache/
H A Dmshr.cc10725:d1387fcd94b8 Mon Mar 02 04:00:00 EST 2015 Andreas Hansson <andreas.hansson@arm.com> 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.

Completed in 19 milliseconds