about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/debug.h1
-rw-r--r--src/include/my_cpuid.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index be48b59e..4af3b0cb 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -14,6 +14,7 @@ extern int box64_maxcpu;
 extern int box64_mmap32;
 extern int box64_ignoreint3;
 extern int box64_rdtsc;
+extern int box64_rdtsc_1ghz;
 extern uint8_t box64_rdtsc_shift;
 #ifdef DYNAREC
 extern int box64_dynarec_dump;
diff --git a/src/include/my_cpuid.h b/src/include/my_cpuid.h
index 53792ea0..a8c4dcec 100644
--- a/src/include/my_cpuid.h
+++ b/src/include/my_cpuid.h
@@ -4,5 +4,6 @@
 typedef struct x64emu_s x64emu_t;
 
 void my_cpuid(x64emu_t* emu, uint32_t tmp32u);
+uint32_t helper_getcpu(x64emu_t* emu);  // get the numa/cpu id actually running
 
 #endif //__MY_CPUID_H__
\ No newline at end of file