From 3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 1 Dec 2022 17:15:46 +0100 Subject: [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE --- 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 3b45911d..815597a7 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -20,6 +20,7 @@ extern int box64_dynarec_fastnan; extern int box64_dynarec_x87double; extern int box64_dynarec_safeflags; extern int box64_dynarec_callret; +extern int box64_dynarec_hotpage; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; -- cgit 1.4.1