From: bellard Date: Sun, 3 Jul 2005 21:28:00 +0000 (+0000) Subject: no need to dump CCOP X-Git-Tag: release_0_7_1~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d24b15a8d8f59c79d9183e8d884867a64cb003bb;p=thirdparty%2Fqemu.git no need to dump CCOP git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1502 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/monitor.c b/monitor.c index d0b01100442..4e6f6fabac6 100644 --- a/monitor.c +++ b/monitor.c @@ -222,7 +222,7 @@ static void do_info_registers(void) { #ifdef TARGET_I386 cpu_dump_state(cpu_single_env, NULL, monitor_fprintf, - X86_DUMP_FPU | X86_DUMP_CCOP); + X86_DUMP_FPU); #else cpu_dump_state(cpu_single_env, NULL, monitor_fprintf, 0);