diff options
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/my_cpuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/my_cpuid.c b/src/tools/my_cpuid.c index 2ed0e3a6..7c54a379 100644 --- a/src/tools/my_cpuid.c +++ b/src/tools/my_cpuid.c @@ -325,6 +325,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u) //1<<3 | // BMI1 box64_avx2<<5 | //AVX2 //1<<8 | //BMI2 + box64_avx2<<9 | //VAES 1<<29| // SHA extension 0; } else {R_EAX = R_ECX = R_EBX = R_EDX = 0;} |