diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-17 18:25:16 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-17 18:25:16 +0200 |
| commit | 6ef2b22a3ce4aaf5df5069dab226c1eeab806b19 (patch) | |
| tree | f55bcee33bd10845d34de282f23cfeb1f7bb1507 /src/include | |
| parent | da19b2008a8e4afc75ec46a43453dcc93256d48e (diff) | |
| download | box64-6ef2b22a3ce4aaf5df5069dab226c1eeab806b19.tar.gz box64-6ef2b22a3ce4aaf5df5069dab226c1eeab806b19.zip | |
[ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/debug.h | 1 |
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; |