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

/gem5/src/arch/arm/
H A Dtypes.hh10316:d2850235e31c Wed Sep 03 07:42:00 EDT 2014 Andreas Hansson <andreas.hansson@arm.com> 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.

Completed in 19 milliseconds