Index: src/qemu-2.2-2015.17/target-ppc/fpu_helper.c =================================================================== --- src/qemu-2.2-2015.17/target-ppc/fpu_helper.c (revision 463967) +++ src/qemu-2.2-2015.17/target-ppc/fpu_helper.c (working copy) @@ -1437,7 +1437,7 @@ #define HELPER_SINGLE_SPE_CMP(name) \ uint32_t helper_e##name(CPUPPCState *env, uint32_t op1, uint32_t op2) \ { \ - return e##name(env, op1, op2) << 2; \ + return e##name(env, op1, op2); \ } /* efststlt */ HELPER_SINGLE_SPE_CMP(fststlt);