arm: Fix ExtMachInst hash operator underlying type
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 3 Sep 2014 11:42:19 +0000 (07:42 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 3 Sep 2014 11:42:19 +0000 (07:42 -0400)
commit1046b8d6e5303fa4fede2d7c0712ef0719c82eb7
treea29d77e627e5ef41c4518df511619b7d35c1390a
parentfa1fbcf020ee9aacdd4a7a09e81a633e09bad97a
arm: Fix ExtMachInst hash operator underlying type

This patch fixes the hash operator used for ARM ExtMachInst, which
incorrectly was still using uint32_t. Instead of changing it to
uint64_t it is not using the underlying data type of the BitUnion.
src/arch/arm/types.hh