diff options
| author | Yip Coekjan <69834864+Coekjan@users.noreply.github.com> | 2024-07-04 22:31:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-04 16:31:26 +0200 |
| commit | a69368e8556e968f32d6a0b2ee2b7d80c6c9c586 (patch) | |
| tree | 82bb157bec503d703599d986e3f04fb11c0d9e67 /src/wrapped/generated/wrapper.h | |
| parent | 84b0e2f113a36fb364a7389eb03b08d99d61f3d1 (diff) | |
| download | box64-a69368e8556e968f32d6a0b2ee2b7d80c6c9c586.tar.gz box64-a69368e8556e968f32d6a0b2ee2b7d80c6c9c586.zip | |
Wrap some functions for libc (#1635)
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 81024d37..3c6ad602 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -825,6 +825,7 @@ void vFiiii(x64emu_t *emu, uintptr_t fnc); void vFiiip(x64emu_t *emu, uintptr_t fnc); void vFiiCp(x64emu_t *emu, uintptr_t fnc); void vFiill(x64emu_t *emu, uintptr_t fnc); +void vFiipV(x64emu_t *emu, uintptr_t fnc); void vFiuip(x64emu_t *emu, uintptr_t fnc); void vFiuuu(x64emu_t *emu, uintptr_t fnc); void vFiulp(x64emu_t *emu, uintptr_t fnc); @@ -1208,6 +1209,7 @@ void LFippL(x64emu_t *emu, uintptr_t fnc); void LFippp(x64emu_t *emu, uintptr_t fnc); void LFuipL(x64emu_t *emu, uintptr_t fnc); void LFpCii(x64emu_t *emu, uintptr_t fnc); +void LFpupL(x64emu_t *emu, uintptr_t fnc); void LFpLCL(x64emu_t *emu, uintptr_t fnc); void LFpLLp(x64emu_t *emu, uintptr_t fnc); void LFpLpL(x64emu_t *emu, uintptr_t fnc); @@ -1715,6 +1717,7 @@ void lFipLpp(x64emu_t *emu, uintptr_t fnc); void lFpuipC(x64emu_t *emu, uintptr_t fnc); void lFpuuLL(x64emu_t *emu, uintptr_t fnc); void lFppupp(x64emu_t *emu, uintptr_t fnc); +void lFppllp(x64emu_t *emu, uintptr_t fnc); void lFppLpL(x64emu_t *emu, uintptr_t fnc); void lFppLpp(x64emu_t *emu, uintptr_t fnc); void LFELppi(x64emu_t *emu, uintptr_t fnc); @@ -2160,6 +2163,7 @@ void lFipLipp(x64emu_t *emu, uintptr_t fnc); void lFipLpLL(x64emu_t *emu, uintptr_t fnc); void lFpipill(x64emu_t *emu, uintptr_t fnc); void lFpuuLLp(x64emu_t *emu, uintptr_t fnc); +void lFpplllp(x64emu_t *emu, uintptr_t fnc); void lFppLipp(x64emu_t *emu, uintptr_t fnc); void lFpppLpp(x64emu_t *emu, uintptr_t fnc); void LFEupppp(x64emu_t *emu, uintptr_t fnc); |