diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-10-22 16:13:55 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-10-22 16:13:55 +0200 |
| commit | bf6e74ad8eb26d30de5654b7ab021a18061346b1 (patch) | |
| tree | d77dc9cedeb3bb606eefee9eb4e5fcadb93296e2 /src/include/debug.h | |
| parent | c2253dafc09b9651a263e19f5f656564f18df633 (diff) | |
| download | box64-bf6e74ad8eb26d30de5654b7ab021a18061346b1.tar.gz box64-bf6e74ad8eb26d30de5654b7ab021a18061346b1.zip | |
[DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | 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 5f228f58..4efcc7bb 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -18,6 +18,7 @@ extern int box64_dynarec_bigblock; extern int box64_dynarec_strongmem; extern int box64_dynarec_fastnan; extern int box64_dynarec_x87double; +extern int box64_dynarec_safeflags; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; |