Revision 97577fd4 target-ppc/translate.c

b/target-ppc/translate.c
9536 9536
    CPUPPCState *env = &cpu->env;
9537 9537
    int i;
9538 9538

  
9539
    cpu_synchronize_state(cs);
9540

  
9541 9539
    cpu_fprintf(f, "NIP " TARGET_FMT_lx "   LR " TARGET_FMT_lx " CTR "
9542 9540
                TARGET_FMT_lx " XER " TARGET_FMT_lx "\n",
9543 9541
                env->nip, env->lr, env->ctr, cpu_read_xer(env));

Also available in: Unified diff