From c52b36abd4d571fecfc337cb22d8319033935039 Mon Sep 17 00:00:00 2001 From: André Zwing Date: Sun, 25 May 2025 18:05:06 +0200 Subject: [WOW64] Implement my_cpuid --- src/include/my_cpuid.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/my_cpuid.h b/src/include/my_cpuid.h index f017d44d..985e9cb6 100644 --- a/src/include/my_cpuid.h +++ b/src/include/my_cpuid.h @@ -7,4 +7,6 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u); uint32_t helper_getcpu(x64emu_t* emu); // get the numa/cpu id actually running uint32_t get_random32(); uint64_t get_random64(); -#endif //__MY_CPUID_H__ \ No newline at end of file +int getNCpu(); +const char* getBoxCpuName(); +#endif //__MY_CPUID_H__ -- cgit 1.4.1