Revision 608a03c1

b/target-lm32/translate.c
1027 1027
        cpu_abort(env, "LM32: unaligned PC=%x\n", pc_start);
1028 1028
    }
1029 1029

  
1030
    if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) {
1031
        qemu_log("-----------------------------------------\n");
1032
        log_cpu_state(env, 0);
1033
    }
1034

  
1035 1030
    next_page_start = (pc_start & TARGET_PAGE_MASK) + TARGET_PAGE_SIZE;
1036 1031
    lj = -1;
1037 1032
    num_insns = 0;

Also available in: Unified diff