diff options
| author | Yang Liu <numbksco@gmail.com> | 2023-06-08 14:27:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-08 08:27:00 +0200 |
| commit | 2949e5cd8df2dfe07411475716c04fc8fd582740 (patch) | |
| tree | 60820eebd629cf398e0edcfc6ad693e205f9584a /src/wrapped/generated/wrapper.h | |
| parent | c8f3921c3d20a8a12a2ed1e5c1fcb1a8061baf37 (diff) | |
| download | box64-2949e5cd8df2dfe07411475716c04fc8fd582740.tar.gz box64-2949e5cd8df2dfe07411475716c04fc8fd582740.zip | |
[WRAPPER] Added some more libc wrappers (#826)
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 6eb93f70..c96147b9 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1501,6 +1501,7 @@ void iFpupiU(x64emu_t *emu, uintptr_t fnc); void iFpupui(x64emu_t *emu, uintptr_t fnc); void iFpupuu(x64emu_t *emu, uintptr_t fnc); void iFpupup(x64emu_t *emu, uintptr_t fnc); +void iFpuppL(x64emu_t *emu, uintptr_t fnc); void iFpuppp(x64emu_t *emu, uintptr_t fnc); void iFpUiUi(x64emu_t *emu, uintptr_t fnc); void iFpUupp(x64emu_t *emu, uintptr_t fnc); |