about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-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 c4c37d37..145f55f4 100644
--- a/src/tools/my_cpuid.c
+++ b/src/tools/my_cpuid.c
@@ -312,7 +312,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u)
             if(R_ECX==0) {
                 R_EAX = 0;
                 R_EBX = 0 |
-                        1<<3 |  // BMI1 
+                        //1<<3 |  // BMI1 
                         //1<<8 | //BMI2
                         1<<29;  // SHA extension
             } else {R_EAX = R_ECX = R_EBX = R_EDX = 0;}