Files
gem5/src/mem/cache
Andreas Hansson fc315901ff 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.
2015-03-02 04:00:56 -05:00
..
2015-03-02 04:00:37 -05:00
2015-03-02 04:00:37 -05:00
2014-12-02 06:08:17 -05:00