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

Diff of /qemu/monitor.c

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

revision 1.41 by bellard, Mon Nov 21 23:25:50 2005 UTC revision 1.42 by bellard, Wed Nov 23 21:01:33 2005 UTC
# Line 253  static void do_info_cpus(void) Line 253  static void do_info_cpus(void)
253                      env->cpu_index);                      env->cpu_index);
254  #if defined(TARGET_I386)  #if defined(TARGET_I386)
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->cpu_halted)          if (env->hflags & HF_HALTED_MASK)
257              term_printf(" (halted)");              term_printf(" (halted)");
258  #endif  #endif
259          term_printf("\n");          term_printf("\n");

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

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