Revision 3b46e624 target-mips/translate.c

b/target-mips/translate.c
6514 6514
        fprintf(logfile, "---------------- %d %08x\n", ctx.bstate, ctx.hflags);
6515 6515
    }
6516 6516
#endif
6517
   
6517

  
6518 6518
    return 0;
6519 6519
}
6520 6520

  
......
6613 6613
                     int flags)
6614 6614
{
6615 6615
    int i;
6616
   
6616

  
6617 6617
    cpu_fprintf(f, "pc=0x" TARGET_FMT_lx " HI=0x" TARGET_FMT_lx " LO=0x" TARGET_FMT_lx " ds %04x " TARGET_FMT_lx " %d\n",
6618 6618
                env->PC[env->current_tc], env->HI[env->current_tc], env->LO[env->current_tc], env->hflags, env->btarget, env->bcond);
6619 6619
    for (i = 0; i < 32; i++) {

Also available in: Unified diff