Revision 3723cd09

b/target-sparc/op_helper.c
3318 3318
{
3319 3319
    trap_state* tsptr = cpu_tsptr(env);
3320 3320

  
3321
    env->pc = tsptr->tpc;
3321
    env->pc = tsptr->tnpc;
3322 3322
    env->npc = tsptr->tnpc + 4;
3323 3323
    PUT_CCR(env, tsptr->tstate >> 32);
3324 3324
    env->asi = (tsptr->tstate >> 24) & 0xff;

Also available in: Unified diff