diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-01-23 10:09:58 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-01-23 10:09:58 +0100 |
| commit | ad5b5ea6171ff5999587f60a7c1f6588c65557f7 (patch) | |
| tree | 18d581a7bae11bd009f59a012e7ac2b0ee292021 /src/wrapped/generated/wrapper.h | |
| parent | b439817467cc122e51e155c60ce611aaf3a86671 (diff) | |
| download | box64-ad5b5ea6171ff5999587f60a7c1f6588c65557f7.tar.gz box64-ad5b5ea6171ff5999587f60a7c1f6588c65557f7.zip | |
[WRAPPER] Reworked libcap wrapping with new wrapperhelper
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 80932056..a02c6ac6 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -749,6 +749,7 @@ void lFpLL(x64emu_t *emu, uintptr_t fnc); void lFpLp(x64emu_t *emu, uintptr_t fnc); void lFppi(x64emu_t *emu, uintptr_t fnc); void lFppu(x64emu_t *emu, uintptr_t fnc); +void lFppl(x64emu_t *emu, uintptr_t fnc); void lFppL(x64emu_t *emu, uintptr_t fnc); void lFppp(x64emu_t *emu, uintptr_t fnc); void lFppS(x64emu_t *emu, uintptr_t fnc); @@ -1159,6 +1160,7 @@ void iFpWWu(x64emu_t *emu, uintptr_t fnc); void iFpWpp(x64emu_t *emu, uintptr_t fnc); void iFpuwp(x64emu_t *emu, uintptr_t fnc); void iFpuii(x64emu_t *emu, uintptr_t fnc); +void iFpuiu(x64emu_t *emu, uintptr_t fnc); void iFpuiL(x64emu_t *emu, uintptr_t fnc); void iFpuip(x64emu_t *emu, uintptr_t fnc); void iFpuWp(x64emu_t *emu, uintptr_t fnc); |