diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-07-05 17:20:48 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-07-05 17:20:48 +0200 |
| commit | a46ea2c07f2c2a952d6235113e68c7ecb1e248f8 (patch) | |
| tree | 9933c44be9cb79d8e0759a0f8c452d3510a8ac0f /src | |
| parent | ed4e1ee0baadcf4fc70561667ac5806e22080391 (diff) | |
| download | box64-a46ea2c07f2c2a952d6235113e68c7ecb1e248f8.tar.gz box64-a46ea2c07f2c2a952d6235113e68c7ecb1e248f8.zip | |
Cosmetic change
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/my_cpuid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/my_cpuid.c b/src/tools/my_cpuid.c index 49579792..65a21a1a 100644 --- a/src/tools/my_cpuid.c +++ b/src/tools/my_cpuid.c @@ -430,7 +430,8 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u) R_EBX = 0; // reserved R_ECX = (1<<0) // LAHF_LM | (1<<5) // LZCNT - | (1<<8); // PREFETCHW + | (1<<8) // PREFETCHW + ; R_EDX = 1 // x87 FPU | (1<<8) // cx8: cmpxchg8b opcode | (1<<11) // syscall |