From 6ef2b22a3ce4aaf5df5069dab226c1eeab806b19 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 17 Oct 2023 18:25:16 +0200 Subject: [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS --- 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 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; -- cgit 1.4.1