projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0a8e6
)
no need to dump CCOP
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Jul 2005 21:28:00 +0000
(21:28 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Jul 2005 21:28:00 +0000
(21:28 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1502
c046a42c
-6fe2-441c-8c8c-
71466251a162
monitor.c
patch
|
blob
|
history
diff --git
a/monitor.c
b/monitor.c
index d0b011004428c099ccb9af9d5833bcfef5a1924a..4e6f6fabac6edf6694fe0cc9b631c0ae697c53f0 100644
(file)
--- 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);