diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-08 17:06:49 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-08 17:06:49 +0200 |
| commit | b038dd5c9d13be1f6e0e8355b1d503e0a9d45f3b (patch) | |
| tree | a933fca235a65567a2aba482a1cb94a2de151e36 /src/wrapped/generated/wrapper.h | |
| parent | 2681a6db0d28e44ddd8012fcc63d1ff79af727ef (diff) | |
| download | box64-b038dd5c9d13be1f6e0e8355b1d503e0a9d45f3b.tar.gz box64-b038dd5c9d13be1f6e0e8355b1d503e0a9d45f3b.zip | |
Added a libvorbisfile wrapped function and fixed another one (structure as argument are in the stack, always)
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index e465ad06..c291cf73 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -14,7 +14,7 @@ typedef void (*wrapper_t)(x64emu_t* emu, uintptr_t fnc); // list of defined wrapper // v = void, i = int32, u = uint32, U/I= (u)int64 // l = signed long, L = unsigned long (long is an int with the size of a pointer) -// p = pointer, P = callback +// p = pointer, P = void* on the stack // f = float, d = double, D = long double, K = fake long double // V = vaargs, E = current x86emu struct, e = ref to current x86emu struct // 0 = constant 0, 1 = constant 1 @@ -1110,7 +1110,7 @@ void vFppiiipiii(x64emu_t *emu, uintptr_t fnc); void vFpplpppppi(x64emu_t *emu, uintptr_t fnc); void vFpppppippp(x64emu_t *emu, uintptr_t fnc); void iFEpiiiiipi(x64emu_t *emu, uintptr_t fnc); -void iFEpppipppp(x64emu_t *emu, uintptr_t fnc); +void iFEppplPPPP(x64emu_t *emu, uintptr_t fnc); void iFiiiiiiiip(x64emu_t *emu, uintptr_t fnc); void iFiiiipiiip(x64emu_t *emu, uintptr_t fnc); void iFipiipippi(x64emu_t *emu, uintptr_t fnc); |