diff --git a/target-i386/helper.c b/target-i386/helper.c index 7ddb4cec13ff7deed3d8fde1b4aba62921ec8570..fd26e3e54205d246aa4266a6ffc3879ea32e9fdb 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -1466,7 +1466,7 @@ void cpu_x86_cpuid(CPUX86State *env, uint32_t index, /* svm */ *ecx &= ~4UL; /* 3dnow */ - *edx = ~0xc0000000; + *edx &= ~0xc0000000; } break; case 0x80000002: