Mem: Print out memory when access > 8 bytes

This commit is contained in:
Ali Saidi 2011-02-23 15:10:50 -06:00
parent 2eb19dac65
commit 057598843a

View file

@ -244,6 +244,7 @@ PhysicalMemory::checkLockedAddrList(PacketPtr pkt)
default: \
DPRINTF(MemoryAccess, "%s of size %i on address 0x%x\n", \
A, pkt->getSize(), pkt->getAddr()); \
DDUMP(MemoryAccess, pkt->getPtr<uint8_t>(), pkt->getSize());\
} \
} while (0)