diff options
| author | kaixindeken <zra981217@tju.edu.cn> | 2024-07-16 00:32:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 18:32:27 +0200 |
| commit | b7ae79514f4c379be9f561f5942630c15f6a0346 (patch) | |
| tree | 23cbb2b160bd248b1c281a5cb5bb0a96204a794e /src/wrapped/generated/wrapper.h | |
| parent | a90c7af708f10acac51cb9fa5c3ff97274455623 (diff) | |
| download | box64-b7ae79514f4c379be9f561f5942630c15f6a0346.tar.gz box64-b7ae79514f4c379be9f561f5942630c15f6a0346.zip | |
Fix hidden error in PR 1677 (#1678)
* Fix most of tiff5 and ltdl7 functions * Adding missing file * delete libltdl7 wrapped * re-wrapped libtiff5 and list all symbols
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 ad3bfff0..44575ecd 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -2334,6 +2334,7 @@ void vFpiipCpp(x64emu_t *emu, uintptr_t fnc); void vFpiipppp(x64emu_t *emu, uintptr_t fnc); void vFpipipii(x64emu_t *emu, uintptr_t fnc); void vFpippppu(x64emu_t *emu, uintptr_t fnc); +void vFpuiippp(x64emu_t *emu, uintptr_t fnc); void vFpuuuuuu(x64emu_t *emu, uintptr_t fnc); void vFpuuUUuu(x64emu_t *emu, uintptr_t fnc); void vFpuupupu(x64emu_t *emu, uintptr_t fnc); @@ -2343,6 +2344,7 @@ void vFpupppui(x64emu_t *emu, uintptr_t fnc); void vFpUiUiup(x64emu_t *emu, uintptr_t fnc); void vFpUuuUip(x64emu_t *emu, uintptr_t fnc); void vFpUUUUuu(x64emu_t *emu, uintptr_t fnc); +void vFpfffppp(x64emu_t *emu, uintptr_t fnc); void vFpddiidd(x64emu_t *emu, uintptr_t fnc); void vFpdddddd(x64emu_t *emu, uintptr_t fnc); void vFpLiLiLp(x64emu_t *emu, uintptr_t fnc); |