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 /src/wrapped/generated/wrapper.h | |
| 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 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 4cdda947..b081130f 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -2098,6 +2098,7 @@ void iFppppii(x64emu_t *emu, uintptr_t fnc); void iFppppiu(x64emu_t *emu, uintptr_t fnc); void iFppppip(x64emu_t *emu, uintptr_t fnc); void iFppppup(x64emu_t *emu, uintptr_t fnc); +void iFppppLp(x64emu_t *emu, uintptr_t fnc); void iFpppppi(x64emu_t *emu, uintptr_t fnc); void iFpppppL(x64emu_t *emu, uintptr_t fnc); void iFpppppp(x64emu_t *emu, uintptr_t fnc); |