diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-06-13 10:22:33 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-06-13 10:22:33 +0200 |
| commit | 58c0bce4cf549dab1440bc60315f8b30407ca0f1 (patch) | |
| tree | 201a1ea7589448c75696fefa584c83cecd48436f /src/include/debug.h | |
| parent | 3a82dc6aad852c9e655e04b801ec67d17e8441c6 (diff) | |
| download | box64-58c0bce4cf549dab1440bc60315f8b30407ca0f1.tar.gz box64-58c0bce4cf549dab1440bc60315f8b30407ca0f1.zip | |
More work on RDTSC emulation
Diffstat (limited to 'src/include/debug.h')
| -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 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; |