Commit d24b15a8d8f59c79d9183e8d884867a64cb003bb

Authored by bellard
1 parent 9d0a8e6f

no need to dump CCOP


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1502 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
monitor.c
... ... @@ -222,7 +222,7 @@ static void do_info_registers(void)
222 222 {
223 223 #ifdef TARGET_I386
224 224 cpu_dump_state(cpu_single_env, NULL, monitor_fprintf,
225   - X86_DUMP_FPU | X86_DUMP_CCOP);
  225 + X86_DUMP_FPU);
226 226 #else
227 227 cpu_dump_state(cpu_single_env, NULL, monitor_fprintf,
228 228 0);
... ...