Revision e80e1cc4 target-ppc/translate.c

b/target-ppc/translate.c
2097 2097
        RET_PRIVREG(ctx);
2098 2098
        return;
2099 2099
    }
2100
    gen_op_update_nip((ctx)->nip);
2100 2101
    gen_op_load_gpr_T0(rS(ctx->opcode));
2101 2102
    gen_op_store_msr();
2102 2103
    /* Must stop the translation as machine state (may have) changed */
2103
    RET_STOP(ctx);
2104
    RET_CHG_FLOW(ctx);
2104 2105
#endif
2105 2106
}
2106 2107

  

Also available in: Unified diff