From cd8bda7a29a2ef15d939890cacab02efb84e0158 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 14 Mar 2024 11:01:40 +0100 Subject: Changed, again, RDTSC and Hardware counter, introducing auto calibration when hardware counter is too slow for modern standard (and removed BOX64_RDTSC env. var.) --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/debug.h b/src/include/debug.h index a6660d7d..422a8f6e 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 uint8_t box64_rdtsc_shift; #ifdef DYNAREC extern int box64_dynarec_dump; extern int box64_dynarec_trace; -- cgit 1.4.1