mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
no need to dump CCOP
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1502 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9d0a8e6f8f
commit
d24b15a8d8
1 changed files with 1 additions and 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue