diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2023-12-28 03:07:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-27 20:07:42 +0100 |
| commit | c801f2d4a52310e36f297f1cc5ee4e1b9fa4c765 (patch) | |
| tree | 0f4572f024bba26162a74ffd7e520aef9a1471d0 /system | |
| parent | ae84f02bd02a5ff715d6388e8d231cda23dc0f34 (diff) | |
| download | box64-c801f2d4a52310e36f297f1cc5ee4e1b9fa4c765.tar.gz box64-c801f2d4a52310e36f297f1cc5ee4e1b9fa4c765.zip | |
[RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)
* [WRAPPER] Added 1 more wrapped libc functions * [RCFILE] Disable CALL/RET optimization for zoom (#1170) * Do not delete BOX64_DYNAREC_CALLRET=1 in case we make it not default again
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index bc5977a3..153e71e8 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -203,4 +203,7 @@ BOX64_DYNAREC_STRONGMEM=1 [FL64.exe] BOX64_DYNAREC_STRONGMEM=1 BOX64_DYNAREC_SAFEFLAGS=2 -BOX64_DYNAREC_CALLRET=0 # to prevent segfaulting and if people enabling it default +BOX64_DYNAREC_CALLRET=0 # prevent segfaulting + +[zoom] +BOX64_DYNAREC_CALLRET=0 # prevent segfaulting |