diff options
Diffstat (limited to 'src/tools/my_cpuid.c')
| -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 7ab19db0..7e330bec 100644 --- a/src/tools/my_cpuid.c +++ b/src/tools/my_cpuid.c @@ -65,6 +65,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u) | 1<<9 // SSSE3 | 1<<12 // fma | 1<<13 // cx16 (cmpxchg16) + | 1<<22 // MOVBE | 1<<25 // aesni ; break; |