diff --git a/Core/MIPS/ARM/ArmCompVFPU.cpp b/Core/MIPS/ARM/ArmCompVFPU.cpp index 4cb1f90a8c..afe85e8489 100644 --- a/Core/MIPS/ARM/ArmCompVFPU.cpp +++ b/Core/MIPS/ARM/ArmCompVFPU.cpp @@ -655,7 +655,7 @@ namespace MIPSComp break; // Unfortunately there is no VMIN/VMAX on ARM without NEON. case 27: //VFPU3 - switch ((op >> 23) & 3) { + switch ((op >> 23) & 7) { case 2: // vmin VCMP(fpr.V(sregs[i]), fpr.V(tregs[i])); VMRS_APSR();