Power: Fix MaxMiscDestRegs which was set to zero
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 8 Jun 2012 16:44:17 +0000 (12:44 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 8 Jun 2012 16:44:17 +0000 (12:44 -0400)
commita118c01716aad899d6d45b57cd71c380ee402ae3
treeeb048eff3ef33f71c10c691f943e20867861ebe3
parentd6609793d4ed44068890be810743cf78d3658160
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.
src/arch/power/registers.hh