Revision 14ed7adc target-sparc/translate.c

b/target-sparc/translate.c
4908 4908
    } else {
4909 4909
        env->npc = npc;
4910 4910
    }
4911

  
4912
    /* flush pending conditional evaluations before exposing cpu state */
4913
    if (CC_OP != CC_OP_FLAGS) {
4914
        helper_compute_psr();
4915
    }
4911 4916
}

Also available in: Unified diff