diff options
Diffstat (limited to 'src/include/debug.h')
| -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; |