/[qemu]/qemu/monitor.c
ViewVC logotype

Diff of /qemu/monitor.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.43 by bellard, Wed Nov 23 22:05:28 2005 UTC revision 1.44 by bellard, Sat Nov 26 20:15:14 2005 UTC
# Line 257  static void do_info_cpus(void) Line 257  static void do_info_cpus(void)
257              term_printf(" (halted)");              term_printf(" (halted)");
258  #elif defined(TARGET_PPC)  #elif defined(TARGET_PPC)
259          term_printf(" nip=0x" TARGET_FMT_lx, env->nip);          term_printf(" nip=0x" TARGET_FMT_lx, env->nip);
260          if (msr_pow)          if (env->halted)
261              term_printf(" (halted)");              term_printf(" (halted)");
262  #endif  #endif
263          term_printf("\n");          term_printf("\n");

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26