diff options
| author | ptitSeb <seebastien.chev@gmail.com> | 2023-08-18 21:34:27 +0200 |
|---|---|---|
| committer | ptitSeb <seebastien.chev@gmail.com> | 2023-08-18 21:34:27 +0200 |
| commit | 009b9f7f3d86bc7d6f21ddc42866dd79a74c0a5e (patch) | |
| tree | c04d30c7f887c3fffef7f288366793cc9ff72ac8 /src/wrapped/generated/wrapper.h | |
| parent | 77161c8e4d4cc9aac17c95176821bf650c403150 (diff) | |
| download | box64-009b9f7f3d86bc7d6f21ddc42866dd79a74c0a5e.tar.gz box64-009b9f7f3d86bc7d6f21ddc42866dd79a74c0a5e.zip | |
Added many symbols to wrapped libgmp (for #900)
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 24b12feb..57f7aae1 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1143,9 +1143,11 @@ void LFpLpL(x64emu_t *emu, uintptr_t fnc); void LFpLpp(x64emu_t *emu, uintptr_t fnc); void LFppii(x64emu_t *emu, uintptr_t fnc); void LFppip(x64emu_t *emu, uintptr_t fnc); +void LFppLu(x64emu_t *emu, uintptr_t fnc); void LFppLL(x64emu_t *emu, uintptr_t fnc); void LFppLp(x64emu_t *emu, uintptr_t fnc); void LFpppi(x64emu_t *emu, uintptr_t fnc); +void LFpppL(x64emu_t *emu, uintptr_t fnc); void LFpppp(x64emu_t *emu, uintptr_t fnc); void pFEipp(x64emu_t *emu, uintptr_t fnc); void pFEupp(x64emu_t *emu, uintptr_t fnc); @@ -1625,6 +1627,7 @@ void lFppLpp(x64emu_t *emu, uintptr_t fnc); void LFELppi(x64emu_t *emu, uintptr_t fnc); void LFEpppp(x64emu_t *emu, uintptr_t fnc); void LFuiCiu(x64emu_t *emu, uintptr_t fnc); +void LFLpppL(x64emu_t *emu, uintptr_t fnc); void LFpuipp(x64emu_t *emu, uintptr_t fnc); void LFpuppi(x64emu_t *emu, uintptr_t fnc); void LFpLuuu(x64emu_t *emu, uintptr_t fnc); |