diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-18 16:05:10 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-18 16:05:10 +0100 |
| commit | 015842ed832491312215e1fa7fc9458ad573aba3 (patch) | |
| tree | 11850ce217360a8495d542b8be448ffb55ebc054 /src/wrapped/generated/wrapper.h | |
| parent | d76f3466483160167cca5d617ad385e8f8e64e7e (diff) | |
| download | box64-015842ed832491312215e1fa7fc9458ad573aba3.tar.gz box64-015842ed832491312215e1fa7fc9458ad573aba3.zip | |
Added many wrapped functons to libnss
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 309f0160..790b8224 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -102,6 +102,7 @@ void lFu(x64emu_t *emu, uintptr_t fnc); void lFl(x64emu_t *emu, uintptr_t fnc); void lFp(x64emu_t *emu, uintptr_t fnc); void LFv(x64emu_t *emu, uintptr_t fnc); +void LFi(x64emu_t *emu, uintptr_t fnc); void LFu(x64emu_t *emu, uintptr_t fnc); void LFL(x64emu_t *emu, uintptr_t fnc); void LFp(x64emu_t *emu, uintptr_t fnc); @@ -1304,6 +1305,7 @@ void iFpLiLi(x64emu_t *emu, uintptr_t fnc); void iFpLlpp(x64emu_t *emu, uintptr_t fnc); void iFpLLpp(x64emu_t *emu, uintptr_t fnc); void iFpLppi(x64emu_t *emu, uintptr_t fnc); +void iFpLppp(x64emu_t *emu, uintptr_t fnc); void iFppiiu(x64emu_t *emu, uintptr_t fnc); void iFppiip(x64emu_t *emu, uintptr_t fnc); void iFppiup(x64emu_t *emu, uintptr_t fnc); |