diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-11 18:08:19 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-11 18:08:19 +0100 |
| commit | 987a66309445dc720a551dade7f52beda28af0c5 (patch) | |
| tree | 81a369a3b37db1eaf4e977dd97f9d0e79d8ef8a1 /src/tools | |
| parent | 107dbd56459c39334f9b0d3611c04d561571737e (diff) | |
| download | box64-987a66309445dc720a551dade7f52beda28af0c5.tar.gz box64-987a66309445dc720a551dade7f52beda28af0c5.zip | |
Improved cpu cores detection and reporting
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 7e330bec..b08c214f 100644 --- a/src/tools/my_cpuid.c +++ b/src/tools/my_cpuid.c @@ -128,6 +128,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u) case 0xB: // Extended Topology Enumeration Leaf //TODO! R_EAX = 0; + R_EBX = 0; break; case 0xC: //? R_EAX = 0; |