diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 15:54:51 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 15:54:51 +0200 |
| commit | ee561da549fb6f47f4b301466f2f751a085fa6d5 (patch) | |
| tree | 5920f59269141614587511701bf5c9a30628f027 /src/wrapped/generated/wrapper.h | |
| parent | ba1493857f16f8d8e9eec8f3d421e49784761e8d (diff) | |
| download | box64-ee561da549fb6f47f4b301466f2f751a085fa6d5.tar.gz box64-ee561da549fb6f47f4b301466f2f751a085fa6d5.zip | |
Added more libc and pthreads wrapped functions
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 405e8085..e574cd42 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -160,6 +160,7 @@ void uFpU(x64emu_t *emu, uintptr_t fnc); void uFpL(x64emu_t *emu, uintptr_t fnc); void uFpp(x64emu_t *emu, uintptr_t fnc); void UFEp(x64emu_t *emu, uintptr_t fnc); +void UFii(x64emu_t *emu, uintptr_t fnc); void UFUp(x64emu_t *emu, uintptr_t fnc); void UFpp(x64emu_t *emu, uintptr_t fnc); void fFif(x64emu_t *emu, uintptr_t fnc); @@ -642,6 +643,7 @@ void iFEpipp(x64emu_t *emu, uintptr_t fnc); void iFEpipV(x64emu_t *emu, uintptr_t fnc); void iFEpLpp(x64emu_t *emu, uintptr_t fnc); void iFEpLpV(x64emu_t *emu, uintptr_t fnc); +void iFEppii(x64emu_t *emu, uintptr_t fnc); void iFEppip(x64emu_t *emu, uintptr_t fnc); void iFEppiV(x64emu_t *emu, uintptr_t fnc); void iFEpplp(x64emu_t *emu, uintptr_t fnc); |