armjit: Fix first temp vreg offset.

Wonder what havoc this could've caused....
This commit is contained in:
Unknown W. Brackets 2015-01-17 11:57:59 -08:00
parent 795088001c
commit c0a04cbf7e

View file

@ -572,7 +572,7 @@ int ArmRegCacheFPU::GetMipsRegOffset(MIPSReg r) {
return 0; // or what?
}
if (r < 32 || r > 32 + 128) {
if (r < 32 || r >= 32 + 128) {
return (32 + r) << 2;
} else {
// r is between 32 and 128 + 32