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

/gem5/src/arch/power/
H A Dregisters.hhdiff 9065:c1375b05faf1 Fri Jun 08 00:44:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Power: Fix MaxMiscDestRegs which was set to zero

This patch fixes a failing compilation caused by MaxMiscDestRegs being
zero. According to gcc 4.6, the result is a comparison that is always
false due to limited range of data type.

Completed in 8 milliseconds