diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-01 23:39:01 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-01 23:39:01 +0100 |
| commit | 8b1f55aff0201549279684dc3f1d59f42a8fb0d4 (patch) | |
| tree | 2c4480443e86913bd870fff033865dc2e8e38a49 /src/wrapped/generated/wrapper.h | |
| parent | b00764d658fbf3a9068a57cfe1fe41e2283ad5cb (diff) | |
| download | box64-8b1f55aff0201549279684dc3f1d59f42a8fb0d4.tar.gz box64-8b1f55aff0201549279684dc3f1d59f42a8fb0d4.zip | |
More work on readlinkat and clone syscall
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 8ac3a7de..360bc132 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1079,6 +1079,7 @@ void vFppppL(x64emu_t *emu, uintptr_t fnc); void vFppppp(x64emu_t *emu, uintptr_t fnc); void iFEiipp(x64emu_t *emu, uintptr_t fnc); void iFEiipV(x64emu_t *emu, uintptr_t fnc); +void iFEippL(x64emu_t *emu, uintptr_t fnc); void iFEippp(x64emu_t *emu, uintptr_t fnc); void iFEpiii(x64emu_t *emu, uintptr_t fnc); void iFEpipi(x64emu_t *emu, uintptr_t fnc); @@ -1093,6 +1094,7 @@ void iFEppip(x64emu_t *emu, uintptr_t fnc); void iFEppiV(x64emu_t *emu, uintptr_t fnc); void iFEppiA(x64emu_t *emu, uintptr_t fnc); void iFEpplp(x64emu_t *emu, uintptr_t fnc); +void iFEpppi(x64emu_t *emu, uintptr_t fnc); void iFEpppp(x64emu_t *emu, uintptr_t fnc); void iFEpppV(x64emu_t *emu, uintptr_t fnc); void iFiiipu(x64emu_t *emu, uintptr_t fnc); |