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

Diff of /qemu/monitor.c

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

revision 1.42 by bellard, Wed Nov 23 21:01:33 2005 UTC revision 1.43 by bellard, Wed Nov 23 22:05:28 2005 UTC
# Line 255  static void do_info_cpus(void) Line 255  static void do_info_cpus(void)
255          term_printf(" pc=0x" TARGET_FMT_lx, env->eip + env->segs[R_CS].base);          term_printf(" pc=0x" TARGET_FMT_lx, env->eip + env->segs[R_CS].base);
256          if (env->hflags & HF_HALTED_MASK)          if (env->hflags & HF_HALTED_MASK)
257              term_printf(" (halted)");              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)");
262  #endif  #endif
263          term_printf("\n");          term_printf("\n");
264      }      }

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

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