Revision 95372a39

b/target-sparc/op_helper.c
3563 3563
    env->tbr = (env->tbr & TBR_BASE_MASK) | (intno << 4);
3564 3564
    env->pc = env->tbr;
3565 3565
    env->npc = env->pc + 4;
3566
    env->exception_index = 0;
3566
    env->exception_index = -1;
3567 3567
}
3568 3568
#endif
3569 3569

  

Also available in: Unified diff