Revision a7200c9f target-mips/translate.c

b/target-mips/translate.c
9633 9633
{
9634 9634
    int i;
9635 9635

  
9636
    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",
9636
    cpu_fprintf(f, "pc=0x" TARGET_FMT_lx " HI=0x" TARGET_FMT_lx
9637
                " LO=0x" TARGET_FMT_lx " ds %04x "
9638
                TARGET_FMT_lx " " TARGET_FMT_ld "\n",
9637 9639
                env->active_tc.PC, env->active_tc.HI[0], env->active_tc.LO[0],
9638 9640
                env->hflags, env->btarget, env->bcond);
9639 9641
    for (i = 0; i < 32; i++) {

Also available in: Unified diff