Revision 5225d669 target-microblaze/helper.c

b/target-microblaze/helper.c
117 117
{
118 118
    uint32_t t;
119 119

  
120
    /* IMM flag cannot propagate accross a branch and into the dslot.  */
120
    /* IMM flag cannot propagate across a branch and into the dslot.  */
121 121
    assert(!((env->iflags & D_FLAG) && (env->iflags & IMM_FLAG)));
122 122
    assert(!(env->iflags & (DRTI_FLAG | DRTE_FLAG | DRTB_FLAG)));
123 123
/*    assert(env->sregs[SR_MSR] & (MSR_EE)); Only for HW exceptions.  */

Also available in: Unified diff