diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-19 11:52:34 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-19 11:52:34 +0100 |
| commit | 7db570af13eed1e90dd9a166e57e37f58db7d5c7 (patch) | |
| tree | da809af62f68bc031c3946f628d6c34410c3c8b3 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 6a2183189462127c2b23abc882245adc25eb644d (diff) | |
| download | box64-7db570af13eed1e90dd9a166e57e37f58db7d5c7.tar.gz box64-7db570af13eed1e90dd9a166e57e37f58db7d5c7.zip | |
Rmoved the 32bits->64bits wrapper hack (there might be some regression, but it's needed for riscv and other architectures wich sign extend ther 32bits values)
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 120 |
1 files changed, 60 insertions, 60 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index b84e7851..580af9c2 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -12,80 +12,80 @@ #endif typedef void (*vFv_t)(void); -typedef void (*vFi_t)(int64_t); +typedef void (*vFi_t)(int32_t); typedef void (*vFp_t)(void*); -typedef int64_t (*iFv_t)(void); -typedef int64_t (*iFi_t)(int64_t); -typedef int64_t (*iFp_t)(void*); +typedef int32_t (*iFv_t)(void); +typedef int32_t (*iFi_t)(int32_t); +typedef int32_t (*iFp_t)(void*); typedef intptr_t (*lFv_t)(void); typedef uintptr_t (*LFL_t)(uintptr_t); typedef void* (*pFp_t)(void*); -typedef void (*vFpi_t)(void*, int64_t); -typedef void (*vFpu_t)(void*, uint64_t); +typedef void (*vFpi_t)(void*, int32_t); +typedef void (*vFpu_t)(void*, uint32_t); typedef void (*vFpp_t)(void*, void*); typedef void (*vFpV_t)(void*, ...); -typedef int64_t (*iFip_t)(int64_t, void*); -typedef int64_t (*iFpi_t)(void*, int64_t); -typedef int64_t (*iFpL_t)(void*, uintptr_t); -typedef int64_t (*iFpp_t)(void*, void*); -typedef int64_t (*iFpV_t)(void*, ...); -typedef int64_t (*iFpA_t)(void*, va_list); -typedef int64_t (*iFSp_t)(void*, void*); -typedef void* (*pFip_t)(int64_t, void*); -typedef void* (*pFpi_t)(void*, int64_t); +typedef int32_t (*iFip_t)(int32_t, void*); +typedef int32_t (*iFpi_t)(void*, int32_t); +typedef int32_t (*iFpL_t)(void*, uintptr_t); +typedef int32_t (*iFpp_t)(void*, void*); +typedef int32_t (*iFpV_t)(void*, ...); +typedef int32_t (*iFpA_t)(void*, va_list); +typedef int32_t (*iFSp_t)(void*, void*); +typedef void* (*pFip_t)(int32_t, void*); +typedef void* (*pFpi_t)(void*, int32_t); typedef void* (*pFpp_t)(void*, void*); -typedef void (*vFipV_t)(int64_t, void*, ...); -typedef void (*vFipA_t)(int64_t, void*, va_list); -typedef void (*vFpii_t)(void*, int64_t, int64_t); -typedef void (*vFpup_t)(void*, uint64_t, void*); -typedef int64_t (*iFiip_t)(int64_t, int64_t, void*); -typedef int64_t (*iFiiN_t)(int64_t, int64_t, ...); -typedef int64_t (*iFipp_t)(int64_t, void*, void*); -typedef int64_t (*iFipV_t)(int64_t, void*, ...); -typedef int64_t (*iFpLi_t)(void*, uintptr_t, int64_t); -typedef int64_t (*iFppi_t)(void*, void*, int64_t); -typedef int64_t (*iFppp_t)(void*, void*, void*); -typedef int64_t (*iFppV_t)(void*, void*, ...); -typedef int64_t (*iFppA_t)(void*, void*, va_list); -typedef int64_t (*iFpOu_t)(void*, int32_t, uint64_t); -typedef intptr_t (*lFipV_t)(int64_t, void*, ...); +typedef void (*vFipV_t)(int32_t, void*, ...); +typedef void (*vFipA_t)(int32_t, void*, va_list); +typedef void (*vFpii_t)(void*, int32_t, int32_t); +typedef void (*vFpup_t)(void*, uint32_t, void*); +typedef int32_t (*iFiip_t)(int32_t, int32_t, void*); +typedef int32_t (*iFiiN_t)(int32_t, int32_t, ...); +typedef int32_t (*iFipp_t)(int32_t, void*, void*); +typedef int32_t (*iFipV_t)(int32_t, void*, ...); +typedef int32_t (*iFpLi_t)(void*, uintptr_t, int32_t); +typedef int32_t (*iFppi_t)(void*, void*, int32_t); +typedef int32_t (*iFppp_t)(void*, void*, void*); +typedef int32_t (*iFppV_t)(void*, void*, ...); +typedef int32_t (*iFppA_t)(void*, void*, va_list); +typedef int32_t (*iFpOu_t)(void*, int32_t, uint32_t); +typedef intptr_t (*lFipV_t)(int32_t, void*, ...); typedef intptr_t (*lFppL_t)(void*, void*, uintptr_t); typedef uintptr_t (*LFppL_t)(void*, void*, uintptr_t); -typedef void* (*pFpip_t)(void*, int64_t, void*); +typedef void* (*pFpip_t)(void*, int32_t, void*); typedef void* (*pFppp_t)(void*, void*, void*); -typedef void (*vFiipV_t)(int64_t, int64_t, void*, ...); -typedef void (*vFiipA_t)(int64_t, int64_t, void*, va_list); +typedef void (*vFiipV_t)(int32_t, int32_t, void*, ...); +typedef void (*vFiipA_t)(int32_t, int32_t, void*, va_list); typedef void (*vFpLLp_t)(void*, uintptr_t, uintptr_t, void*); -typedef int64_t (*iFiiip_t)(int64_t, int64_t, int64_t, void*); -typedef int64_t (*iFiiiN_t)(int64_t, int64_t, int64_t, ...); -typedef int64_t (*iFipii_t)(int64_t, void*, int64_t, int64_t); -typedef int64_t (*iFippi_t)(int64_t, void*, void*, int64_t); -typedef int64_t (*iFippL_t)(int64_t, void*, void*, uintptr_t); -typedef int64_t (*iFpipp_t)(void*, int64_t, void*, void*); -typedef int64_t (*iFpipV_t)(void*, int64_t, void*, ...); -typedef int64_t (*iFpipA_t)(void*, int64_t, void*, va_list); -typedef int64_t (*iFpLpp_t)(void*, uintptr_t, void*, void*); -typedef int64_t (*iFpLpV_t)(void*, uintptr_t, void*, ...); -typedef int64_t (*iFpLpA_t)(void*, uintptr_t, void*, va_list); -typedef int64_t (*iFppii_t)(void*, void*, int64_t, int64_t); -typedef int64_t (*iFppiV_t)(void*, void*, int64_t, ...); -typedef int64_t (*iFpppp_t)(void*, void*, void*, void*); +typedef int32_t (*iFiiip_t)(int32_t, int32_t, int32_t, void*); +typedef int32_t (*iFiiiN_t)(int32_t, int32_t, int32_t, ...); +typedef int32_t (*iFipii_t)(int32_t, void*, int32_t, int32_t); +typedef int32_t (*iFippi_t)(int32_t, void*, void*, int32_t); +typedef int32_t (*iFippL_t)(int32_t, void*, void*, uintptr_t); +typedef int32_t (*iFpipp_t)(void*, int32_t, void*, void*); +typedef int32_t (*iFpipV_t)(void*, int32_t, void*, ...); +typedef int32_t (*iFpipA_t)(void*, int32_t, void*, va_list); +typedef int32_t (*iFpLpp_t)(void*, uintptr_t, void*, void*); +typedef int32_t (*iFpLpV_t)(void*, uintptr_t, void*, ...); +typedef int32_t (*iFpLpA_t)(void*, uintptr_t, void*, va_list); +typedef int32_t (*iFppii_t)(void*, void*, int32_t, int32_t); +typedef int32_t (*iFppiV_t)(void*, void*, int32_t, ...); +typedef int32_t (*iFpppp_t)(void*, void*, void*, void*); typedef void (*vFpLLpp_t)(void*, uintptr_t, uintptr_t, void*, void*); -typedef int64_t (*iFiippi_t)(int64_t, int64_t, void*, void*, int64_t); -typedef int64_t (*iFiLLLL_t)(int64_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t); -typedef int64_t (*iFipiip_t)(int64_t, void*, int64_t, int64_t, void*); -typedef int64_t (*iFipppp_t)(int64_t, void*, void*, void*, void*); -typedef int64_t (*iFpilpV_t)(void*, int64_t, intptr_t, void*, ...); -typedef int64_t (*iFpuppp_t)(void*, uint64_t, void*, void*, void*); -typedef int64_t (*iFpLLpp_t)(void*, uintptr_t, uintptr_t, void*, void*); -typedef void* (*pFpLLiN_t)(void*, uintptr_t, uintptr_t, int64_t, ...); +typedef int32_t (*iFiippi_t)(int32_t, int32_t, void*, void*, int32_t); +typedef int32_t (*iFiLLLL_t)(int32_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t); +typedef int32_t (*iFipiip_t)(int32_t, void*, int32_t, int32_t, void*); +typedef int32_t (*iFipppp_t)(int32_t, void*, void*, void*, void*); +typedef int32_t (*iFpilpV_t)(void*, int32_t, intptr_t, void*, ...); +typedef int32_t (*iFpuppp_t)(void*, uint32_t, void*, void*, void*); +typedef int32_t (*iFpLLpp_t)(void*, uintptr_t, uintptr_t, void*, void*); +typedef void* (*pFpLLiN_t)(void*, uintptr_t, uintptr_t, int32_t, ...); typedef void* (*pFppLLp_t)(void*, void*, uintptr_t, uintptr_t, void*); typedef void* (*pFpppLp_t)(void*, void*, void*, uintptr_t, void*); -typedef int64_t (*iFpLiLpV_t)(void*, uintptr_t, int64_t, uintptr_t, void*, ...); -typedef int64_t (*iFpppppp_t)(void*, void*, void*, void*, void*, void*); -typedef void* (*pFpLiiil_t)(void*, uintptr_t, int64_t, int64_t, int64_t, intptr_t); -typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void*); -typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void*); +typedef int32_t (*iFpLiLpV_t)(void*, uintptr_t, int32_t, uintptr_t, void*, ...); +typedef int32_t (*iFpppppp_t)(void*, void*, void*, void*, void*, void*); +typedef void* (*pFpLiiil_t)(void*, uintptr_t, int32_t, int32_t, int32_t, intptr_t); +typedef int32_t (*iFpippppp_t)(void*, int32_t, void*, void*, void*, void*, void*); +typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void*); #define SUPER() ADDED_FUNCTIONS() \ GO(_Jv_RegisterClasses, vFv_t) \ |