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

Diff of /qemu/monitor.c

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

revision 1.44 by bellard, Sat Nov 26 20:15:14 2005 UTC revision 1.45 by bellard, Mon Dec 5 20:31:52 2005 UTC
# Line 259  static void do_info_cpus(void) Line 259  static void do_info_cpus(void)
259          term_printf(" nip=0x" TARGET_FMT_lx, env->nip);          term_printf(" nip=0x" TARGET_FMT_lx, env->nip);
260          if (env->halted)          if (env->halted)
261              term_printf(" (halted)");              term_printf(" (halted)");
262    #elif defined(TARGET_SPARC)
263            term_printf(" pc=0x" TARGET_FMT_lx " npc=0x" TARGET_FMT_lx, env->pc, env->npc);
264            if (env->halted)
265                term_printf(" (halted)");
266  #endif  #endif
267          term_printf("\n");          term_printf("\n");
268      }      }

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

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