about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-10-22 16:13:55 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-22 16:13:55 +0200
commitbf6e74ad8eb26d30de5654b7ab021a18061346b1 (patch)
treed77dc9cedeb3bb606eefee9eb4e5fcadb93296e2 /src/include/debug.h
parentc2253dafc09b9651a263e19f5f656564f18df633 (diff)
downloadbox64-bf6e74ad8eb26d30de5654b7ab021a18061346b1.tar.gz
box64-bf6e74ad8eb26d30de5654b7ab021a18061346b1.zip
[DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS
Diffstat (limited to 'src/include/debug.h')
-rwxr-xr-xsrc/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 5f228f58..4efcc7bb 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -18,6 +18,7 @@ extern int box64_dynarec_bigblock;
 extern int box64_dynarec_strongmem;
 extern int box64_dynarec_fastnan;
 extern int box64_dynarec_x87double;
+extern int box64_dynarec_safeflags;
 #ifdef ARM64
 extern int arm64_asimd;
 extern int arm64_aes;