diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-05-17 10:09:13 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-05-17 10:09:13 +0200 |
| commit | bd5d29a825af62ceb849569d6fa4e8a646c18322 (patch) | |
| tree | 50fdd4cf200d25f5c94a8215de35d26b4a1cc0e2 /src/wrapped/generated/wrapper.c | |
| parent | 5255935a3115bed37ac7a1ee407059acc3e1308b (diff) | |
| download | box64-bd5d29a825af62ceb849569d6fa4e8a646c18322.tar.gz box64-bd5d29a825af62ceb849569d6fa4e8a646c18322.zip | |
Fixed epoll_wait alignment
Diffstat (limited to 'src/wrapped/generated/wrapper.c')
| -rw-r--r-- | src/wrapped/generated/wrapper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.c b/src/wrapped/generated/wrapper.c index 83ea6e9e..ab9a9b64 100644 --- a/src/wrapped/generated/wrapper.c +++ b/src/wrapped/generated/wrapper.c @@ -1247,6 +1247,7 @@ typedef void* (*pFipppppppppppppppppppppp_t)(int64_t, void*, void*, void*, void* typedef int64_t (*iFEpLp_t)(x64emu_t*, void*, uintptr_t, void*); typedef int64_t (*iFEppu_t)(x64emu_t*, void*, void*, uint64_t); typedef int64_t (*iFEiiip_t)(x64emu_t*, int64_t, int64_t, int64_t, void*); +typedef int64_t (*iFEipii_t)(x64emu_t*, int64_t, void*, int64_t, int64_t); #endif #if defined(HAVE_LD80BITS) @@ -2476,6 +2477,7 @@ void pFipppppppppppppppppppppp(x64emu_t *emu, uintptr_t fcn) { pFipppppppppppppp void iFEpLp(x64emu_t *emu, uintptr_t fcn) { iFEpLp_t fn = (iFEpLp_t)fcn; R_RAX=(int64_t)fn(emu, (void*)R_RDI, (uintptr_t)R_RSI, (void*)R_RDX); } void iFEppu(x64emu_t *emu, uintptr_t fcn) { iFEppu_t fn = (iFEppu_t)fcn; R_RAX=(int64_t)fn(emu, (void*)R_RDI, (void*)R_RSI, (uint64_t)R_RDX); } void iFEiiip(x64emu_t *emu, uintptr_t fcn) { iFEiiip_t fn = (iFEiiip_t)fcn; R_RAX=(int64_t)fn(emu, (int64_t)R_RDI, (int64_t)R_RSI, (int64_t)R_RDX, (void*)R_RCX); } +void iFEipii(x64emu_t *emu, uintptr_t fcn) { iFEipii_t fn = (iFEipii_t)fcn; R_RAX=(int64_t)fn(emu, (int64_t)R_RDI, (void*)R_RSI, (int64_t)R_RDX, (int64_t)R_RCX); } #endif #if defined(HAVE_LD80BITS) |