diff options
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ static void do_info_cpus(void) term_printf(" (halted)"); #elif defined(TARGET_PPC) term_printf(" nip=0x" TARGET_FMT_lx, env->nip); - if (msr_pow) + if (env->halted) term_printf(" (halted)"); #endif term_printf("\n"); |