From 58c0bce4cf549dab1440bc60315f8b30407ca0f1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 13 Jun 2024 10:22:33 +0200 Subject: More work on RDTSC emulation --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') 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; -- cgit 1.4.1