Revision e80e1cc4 monitor.c

b/monitor.c
255 255
        term_printf(" pc=0x" TARGET_FMT_lx, env->eip + env->segs[R_CS].base);
256 256
        if (env->hflags & HF_HALTED_MASK)
257 257
            term_printf(" (halted)");
258
#elif defined(TARGET_PPC)
259
        term_printf(" nip=0x" TARGET_FMT_lx, env->nip);
260
        if (msr_pow)
261
            term_printf(" (halted)");
258 262
#endif
259 263
        term_printf("\n");
260 264
    }

Also available in: Unified diff