mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
specialize the power save code for 7x0 CPUs
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1671 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6f5a9f7e56
commit
50443c98e4
4 changed files with 19 additions and 4 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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue