diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-03-14 11:01:40 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-03-14 11:01:40 +0100 |
| commit | cd8bda7a29a2ef15d939890cacab02efb84e0158 (patch) | |
| tree | ee89bcc4a842c70582c5ac6736a1989309810bde /src/include | |
| parent | 8115b4705109028650bdf0236b23a4991ddaaed2 (diff) | |
| download | box64-cd8bda7a29a2ef15d939890cacab02efb84e0158.tar.gz box64-cd8bda7a29a2ef15d939890cacab02efb84e0158.zip | |
Changed, again, RDTSC and Hardware counter, introducing auto calibration when hardware counter is too slow for modern standard (and removed BOX64_RDTSC env. var.)
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |