diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-20 13:21:08 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-20 13:21:08 +0200 |
| commit | 29beabd6831dd51a1dd0a0cbf6c241a2ba45b612 (patch) | |
| tree | d2d2179fb61de42ba583b1893d4821fa95a32aa4 /src/include/debug.h | |
| parent | 80c346060f66f4dba261fae348bd9cf4cc4578d7 (diff) | |
| download | box64-29beabd6831dd51a1dd0a0cbf6c241a2ba45b612.tar.gz box64-29beabd6831dd51a1dd0a0cbf6c241a2ba45b612.zip | |
[ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native flags, as there is still a bug or two in that mode (for #1947)
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 9fb183b4..2ebef55d 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -38,6 +38,7 @@ extern int box64_dynarec_tbb; extern int box64_dynarec_wait; extern int box64_dynarec_missing; extern int box64_dynarec_aligned_atomics; +extern int box64_dynarec_nativeflags; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; |