Revision 93148aa5 target-mips/op_helper.c

b/target-mips/op_helper.c
1930 1930

  
1931 1931
    do {
1932 1932
        if (other_cpu != env
1933
           /* If the VPE is WFI, dont distrub it's sleep.  */
1933
           /* If the VPE is WFI, don't disturb its sleep.  */
1934 1934
           && !mips_vpe_is_wfi(other_cpu)) {
1935 1935
            /* Enable the VPE.  */
1936 1936
            other_cpu->mvp->CP0_MVPControl |= (1 << CP0MVPCo_EVP);

Also available in: Unified diff