summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-26 20:15:14 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-26 20:15:14 +0000
commit50443c98e4149e8cde3b371f9ed60d943d95d286 (patch)
tree1d091d1e6bd2311470eab59ec5f08cae89c0f4f9 /monitor.c
parent6f5a9f7e56ab8dfeacca9ac779c0661261642873 (diff)
downloadqemu-50443c98e4149e8cde3b371f9ed60d943d95d286.tar.gz
specialize the power save code for 7x0 CPUs
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1671 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 70b473ddbf..2f0e84d86e 100644
--- a/monitor.c
+++ b/monitor.c
@@ -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");