Revision ead9360e monitor.c

b/monitor.c
309 309
        term_printf(" pc=0x" TARGET_FMT_lx " npc=0x" TARGET_FMT_lx, env->pc, env->npc);
310 310
        if (env->halted)
311 311
            term_printf(" (halted)");
312
#elif defined(TARGET_MIPS)
313
        term_printf(" PC=0x" TARGET_FMT_lx, env->PC[env->current_tc]);
314
        if (env->halted)
315
            term_printf(" (halted)");
312 316
#endif
313 317
        term_printf("\n");
314 318
    }

Also available in: Unified diff