diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-03 21:28:00 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-03 21:28:00 +0000 |
commit | d24b15a8d8f59c79d9183e8d884867a64cb003bb (patch) | |
tree | e7989f657f8bef595acd7371b18b9fa2cd9184f8 /monitor.c | |
parent | 9d0a8e6f8fa8a877b932c99ef8b458669a73c59a (diff) |
no need to dump CCOP
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1502 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |