Revision ead9360e cpu-exec.c

b/cpu-exec.c
194 194
#elif defined(TARGET_MIPS)
195 195
    flags = env->hflags & (MIPS_HFLAG_TMASK | MIPS_HFLAG_BMASK);
196 196
    cs_base = 0;
197
    pc = env->PC;
197
    pc = env->PC[env->current_tc];
198 198
#elif defined(TARGET_M68K)
199 199
    flags = (env->fpcr & M68K_FPCR_PREC)  /* Bit  6 */
200 200
            | (env->sr & SR_S)            /* Bit  13 */

Also available in: Unified diff