CVSROOT:        /sources/qemu
Module name:    qemu
Changes by:     Aurelien Jarno <aurel32>        08/03/10 00:09:28

Modified files:
        target-ppc     : op_helper.c 

Log message:
        mtfsf: fix FPSCR_VX and FPSCR_FEX computation
            
        The patch below fixes the computation of FPSCR_VX and FPSCR_FEX when
        using the mtfsf instruction. As stated in the PowerPC manual the mtfsf
        instruction can't alter those bit, and thus it should always be
        computed.
        
        Acked by Jocelyn Mayer.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper.c?cvsroot=qemu&r1=1.73&r2=1.74


Reply via email to