diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-18 14:18:00 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-18 14:18:00 +0100 |
| commit | 4f0e98ade5d37b8647cb5d39b6e5a3aded55fa2f (patch) | |
| tree | 8f0fe7ffefe4a4396a9556b1d37035da4e229ffb /src/include | |
| parent | 39dbfd9fd8c1cadf1a909029236dec973b190a3c (diff) | |
| download | box64-4f0e98ade5d37b8647cb5d39b6e5a3aded55fa2f.tar.gz box64-4f0e98ade5d37b8647cb5d39b6e5a3aded55fa2f.zip | |
[DYNAREC] Added an option to simulate Strong Memory Model, and auto activate it when libmonobdgcw-2.0.so is detected (should help #110 and #158 at least)
Diffstat (limited to 'src/include')
| -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 80288c96..0cb2be34 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -14,6 +14,7 @@ extern int box64_dynarec_trace; extern int box64_dynarec_forced; extern uintptr_t box64_nodynarec_start, box64_nodynarec_end; extern int box64_dynarec_bigblock; +extern int box64_dynarec_strongmem; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; |