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

Diff of /qemu/monitor.c

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

revision 1.34 by bellard, Sat Jul 2 14:31:34 2005 UTC revision 1.35 by bellard, Sun Jul 3 21:28:00 2005 UTC
# Line 222  static void do_info_registers(void) Line 222  static void do_info_registers(void)
222  {  {
223  #ifdef TARGET_I386  #ifdef TARGET_I386
224      cpu_dump_state(cpu_single_env, NULL, monitor_fprintf,      cpu_dump_state(cpu_single_env, NULL, monitor_fprintf,
225                     X86_DUMP_FPU | X86_DUMP_CCOP);                     X86_DUMP_FPU);
226  #else  #else
227      cpu_dump_state(cpu_single_env, NULL, monitor_fprintf,      cpu_dump_state(cpu_single_env, NULL, monitor_fprintf,
228                     0);                     0);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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