about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/my_cpuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/my_cpuid.c b/src/tools/my_cpuid.c
index 1980c8e0..dd7065da 100644
--- a/src/tools/my_cpuid.c
+++ b/src/tools/my_cpuid.c
@@ -538,7 +538,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u)
                         | 1<<16     // pat
                         | 1<<19     // clflush (seems to be with SSE2)
                         | 1<<21     // DS, used with VMX, is that usefull?
-                        //| 1<<22     // MMXext
+                        | 1<<22     // MMXext
                         | 1<<23     // mmx
                         | 1<<24     // fxsr (fxsave, fxrestore)
                         //| 1<<25     // FFXSR