about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-10-17 18:25:16 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-10-17 18:25:16 +0200
commit6ef2b22a3ce4aaf5df5069dab226c1eeab806b19 (patch)
treef55bcee33bd10845d34de282f23cfeb1f7bb1507 /src/include/debug.h
parentda19b2008a8e4afc75ec46a43453dcc93256d48e (diff)
downloadbox64-6ef2b22a3ce4aaf5df5069dab226c1eeab806b19.tar.gz
box64-6ef2b22a3ce4aaf5df5069dab226c1eeab806b19.zip
[ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS
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 6c1ed419..c21ff7ec 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -29,6 +29,7 @@ extern int box64_dynarec_fastpage;
 extern int box64_dynarec_wait;
 extern int box64_dynarec_test;
 extern int box64_dynarec_missing;
+extern int box64_dynarec_aligned_atomics;
 #ifdef ARM64
 extern int arm64_asimd;
 extern int arm64_aes;