about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-06-13 10:22:33 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-06-13 10:22:33 +0200
commit58c0bce4cf549dab1440bc60315f8b30407ca0f1 (patch)
tree201a1ea7589448c75696fefa584c83cecd48436f /src/include/debug.h
parent3a82dc6aad852c9e655e04b801ec67d17e8441c6 (diff)
downloadbox64-58c0bce4cf549dab1440bc60315f8b30407ca0f1.tar.gz
box64-58c0bce4cf549dab1440bc60315f8b30407ca0f1.zip
More work on RDTSC emulation
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h1
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;