Revision df357f0e target-mips/translate.c

b/target-mips/translate.c
8568 8568
    /* Minimal init */
8569 8569
#if defined(CONFIG_USER_ONLY)
8570 8570
    env->hflags = MIPS_HFLAG_UM;
8571
    /* Enable access to the SYNCI_Step register.  */
8572
    env->CP0_HWREna |= (1 << 1);
8571 8573
#else
8572 8574
    if (env->hflags & MIPS_HFLAG_BMASK) {
8573 8575
        /* If the exception was raised from a delay slot,

Also available in: Unified diff