diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-04-19 17:49:09 +0000 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-04-19 20:37:20 +0000 |
| commit | 5d92a3a89119e8f52886b1d7751755e1b8b3ddf3 (patch) | |
| tree | 5118ca029a6cc18aa47107817e33de32065568ab /src/wrapped/generated/wrapper.h | |
| parent | 70787b0a6d7b481e41bb498ca4beac9572bd798f (diff) | |
| download | box64-5d92a3a89119e8f52886b1d7751755e1b8b3ddf3.tar.gz box64-5d92a3a89119e8f52886b1d7751755e1b8b3ddf3.zip | |
Some sligth improvment to __vsnprintf_chk and vfprintf
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 19fb8565..670497fb 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1868,6 +1868,7 @@ void vFppppppi(x64emu_t *emu, uintptr_t fnc); void vFppppppp(x64emu_t *emu, uintptr_t fnc); void iFEpupppp(x64emu_t *emu, uintptr_t fnc); void iFEpUuppp(x64emu_t *emu, uintptr_t fnc); +void iFEpLiLpp(x64emu_t *emu, uintptr_t fnc); void iFEpLiLpV(x64emu_t *emu, uintptr_t fnc); void iFEppuppp(x64emu_t *emu, uintptr_t fnc); void iFEppLpIi(x64emu_t *emu, uintptr_t fnc); @@ -2447,7 +2448,6 @@ void iFEvpp(x64emu_t *emu, uintptr_t fnc); void pFEppv(x64emu_t *emu, uintptr_t fnc); void iFEpvpp(x64emu_t *emu, uintptr_t fnc); void iFEpvvppp(x64emu_t *emu, uintptr_t fnc); -void iFEpLvvpp(x64emu_t *emu, uintptr_t fnc); void iFEpuvvppp(x64emu_t *emu, uintptr_t fnc); int isSimpleWrapper(wrapper_t fun); |