about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-11-11 18:08:19 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-11 18:08:19 +0100
commit987a66309445dc720a551dade7f52beda28af0c5 (patch)
tree81a369a3b37db1eaf4e977dd97f9d0e79d8ef8a1 /src/tools
parent107dbd56459c39334f9b0d3611c04d561571737e (diff)
downloadbox64-987a66309445dc720a551dade7f52beda28af0c5.tar.gz
box64-987a66309445dc720a551dade7f52beda28af0c5.zip
Improved cpu cores detection and reporting
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/my_cpuid.c1
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;