dev: Avoid invalid sized reads in PL390 with DPRINTF enabled
authorMitch Hayenga <mitch.hayenga@arm.com>
Wed, 3 Sep 2014 11:42:27 +0000 (07:42 -0400)
committerMitch Hayenga <mitch.hayenga@arm.com>
Wed, 3 Sep 2014 11:42:27 +0000 (07:42 -0400)
commit71769d2d7b094580b7a4437bf8d8e1401c418c4d
treed2f5e24de054e80b5ef8d396ef828469cb3f9ea9
parent87f6034462d06c7921ebe7f8e4ab78db5a09d319
dev: Avoid invalid sized reads in PL390 with DPRINTF enabled

The first DPRINTF() in PL390::writeDistributor always read a uint32_t, though a
packet may have only been 1 or 2 bytes.  This caused an assertion in
packet->get().
src/dev/arm/gic_pl390.cc