about summary refs log tree commit diff stats
path: root/wow64
diff options
context:
space:
mode:
authorAndré Zwing <nerv@dawncrow.de>2025-05-25 18:05:06 +0200
committerAndré Zwing <nerv@dawncrow.de>2025-05-25 21:57:23 +0200
commitc52b36abd4d571fecfc337cb22d8319033935039 (patch)
tree3f1b85816025c8cd73805f5d3779f3d1f08be0ed /wow64
parenta42936d9982ee88978ad2ff7d0c668f9c8c1d797 (diff)
downloadbox64-c52b36abd4d571fecfc337cb22d8319033935039.tar.gz
box64-c52b36abd4d571fecfc337cb22d8319033935039.zip
[WOW64] Implement my_cpuid
Diffstat (limited to 'wow64')
-rw-r--r--wow64/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/wow64/CMakeLists.txt b/wow64/CMakeLists.txt
index 758872c3..31cd1a21 100644
--- a/wow64/CMakeLists.txt
+++ b/wow64/CMakeLists.txt
@@ -71,6 +71,7 @@ set(WOW64_BOX64CPU_SRC
     "${BOX64_ROOT}/src/os/emit_signal_wine.c"
     "${BOX64_ROOT}/src/os/perfmap.c"
     "${BOX64_ROOT}/src/os/my_cpuid_wine.c"
+    "${BOX64_ROOT}/src/os/my_cpuid_common.c"
     "${BOX64_ROOT}/src/tools/alternate.c"
     "${BOX64_ROOT}/src/tools/env.c"
     "${BOX64_ROOT}/src/tools/rbtree.c"