about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-01-15 18:24:54 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-01-15 18:24:54 +0100
commit8432f7d8e212c123169f198bc22df7819892a9e9 (patch)
tree6fd2693838de5acfe531f4b2d232fdb4d2a010b6 /src/include/debug.h
parentec675564c6d27c66a03c7573e893d445677f858e (diff)
downloadbox64-8432f7d8e212c123169f198bc22df7819892a9e9.tar.gz
box64-8432f7d8e212c123169f198bc22df7819892a9e9.zip
[DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use it
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 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;