Revision b5dc7732 monitor.c

b/monitor.c
316 316
#elif defined(TARGET_SPARC)
317 317
        term_printf(" pc=0x" TARGET_FMT_lx " npc=0x" TARGET_FMT_lx, env->pc, env->npc);
318 318
#elif defined(TARGET_MIPS)
319
        term_printf(" PC=0x" TARGET_FMT_lx, env->PC[env->current_tc]);
319
        term_printf(" PC=0x" TARGET_FMT_lx, env->active_tc.PC);
320 320
#endif
321 321
        if (env->halted)
322 322
            term_printf(" (halted)");

Also available in: Unified diff