From 8432f7d8e212c123169f198bc22df7819892a9e9 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 15 Jan 2025 18:24:54 +0100 Subject: [DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use it --- 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 c710a249..48843392 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -46,6 +46,7 @@ extern int box64_dynarec_nativeflags; extern int box64_dynarec_df; extern int box64_dynarec_perf_map; extern int box64_dynarec_perf_map_fd; +extern int box64_dynarec_dirty; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; -- cgit 1.4.1