Revision 50443c98 monitor.c

b/monitor.c
257 257
            term_printf(" (halted)");
258 258
#elif defined(TARGET_PPC)
259 259
        term_printf(" nip=0x" TARGET_FMT_lx, env->nip);
260
        if (msr_pow)
260
        if (env->halted)
261 261
            term_printf(" (halted)");
262 262
#endif
263 263
        term_printf("\n");

Also available in: Unified diff