about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedglib2types.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-19 11:52:34 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-19 11:52:34 +0100
commit7db570af13eed1e90dd9a166e57e37f58db7d5c7 (patch)
treeda809af62f68bc031c3946f628d6c34410c3c8b3 /src/wrapped/generated/wrappedglib2types.h
parent6a2183189462127c2b23abc882245adc25eb644d (diff)
downloadbox64-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/wrappedglib2types.h')
-rw-r--r--src/wrapped/generated/wrappedglib2types.h70
1 files changed, 35 insertions, 35 deletions
diff --git a/src/wrapped/generated/wrappedglib2types.h b/src/wrapped/generated/wrappedglib2types.h
index c4326be8..b1042923 100644
--- a/src/wrapped/generated/wrappedglib2types.h
+++ b/src/wrapped/generated/wrappedglib2types.h
@@ -15,53 +15,53 @@ typedef void (*vFp_t)(void*);
 typedef void* (*pFp_t)(void*);
 typedef void (*vFpp_t)(void*, void*);
 typedef void (*vFpV_t)(void*, ...);
-typedef int64_t (*iFpp_t)(void*, void*);
-typedef int64_t (*iFpV_t)(void*, ...);
-typedef int64_t (*iFpA_t)(void*, va_list);
-typedef uint64_t (*uFpp_t)(void*, void*);
+typedef int32_t (*iFpp_t)(void*, void*);
+typedef int32_t (*iFpV_t)(void*, ...);
+typedef int32_t (*iFpA_t)(void*, va_list);
+typedef uint32_t (*uFpp_t)(void*, void*);
 typedef uintptr_t (*LFpA_t)(void*, va_list);
-typedef void* (*pFup_t)(uint64_t, void*);
-typedef void* (*pFpu_t)(void*, uint64_t);
+typedef void* (*pFup_t)(uint32_t, void*);
+typedef void* (*pFpu_t)(void*, uint32_t);
 typedef void* (*pFpp_t)(void*, void*);
 typedef void* (*pFpV_t)(void*, ...);
 typedef void* (*pFpA_t)(void*, va_list);
 typedef void (*vFppp_t)(void*, void*, void*);
 typedef void (*vFppV_t)(void*, void*, ...);
 typedef void (*vFppA_t)(void*, void*, va_list);
-typedef int64_t (*iFppV_t)(void*, void*, ...);
-typedef int64_t (*iFppA_t)(void*, void*, va_list);
-typedef uint64_t (*uFipp_t)(int64_t, void*, void*);
-typedef uint64_t (*uFupp_t)(uint64_t, void*, void*);
-typedef uint64_t (*uFppp_t)(void*, void*, void*);
+typedef int32_t (*iFppV_t)(void*, void*, ...);
+typedef int32_t (*iFppA_t)(void*, void*, va_list);
+typedef uint32_t (*uFipp_t)(int32_t, void*, void*);
+typedef uint32_t (*uFupp_t)(uint32_t, void*, void*);
+typedef uint32_t (*uFppp_t)(void*, void*, void*);
 typedef void* (*pFppp_t)(void*, void*, void*);
 typedef void* (*pFppV_t)(void*, void*, ...);
-typedef void (*vFpipV_t)(void*, int64_t, void*, ...);
-typedef void (*vFpipA_t)(void*, int64_t, void*, va_list);
-typedef void (*vFpupp_t)(void*, uint64_t, void*, void*);
+typedef void (*vFpipV_t)(void*, int32_t, void*, ...);
+typedef void (*vFpipA_t)(void*, int32_t, void*, va_list);
+typedef void (*vFpupp_t)(void*, uint32_t, void*, void*);
 typedef void (*vFpppp_t)(void*, void*, void*, void*);
-typedef int64_t (*iFpLpV_t)(void*, uintptr_t, void*, ...);
-typedef int64_t (*iFpLpA_t)(void*, uintptr_t, void*, va_list);
-typedef uint64_t (*uFippp_t)(int64_t, void*, void*, void*);
-typedef uint64_t (*uFpipp_t)(void*, int64_t, void*, void*);
-typedef void* (*pFpipp_t)(void*, int64_t, void*, void*);
-typedef void* (*pFpipV_t)(void*, int64_t, void*, ...);
-typedef void* (*pFpipA_t)(void*, int64_t, void*, va_list);
-typedef void* (*pFpupp_t)(void*, uint64_t, void*, void*);
-typedef void* (*pFppip_t)(void*, void*, int64_t, void*);
+typedef int32_t (*iFpLpV_t)(void*, uintptr_t, void*, ...);
+typedef int32_t (*iFpLpA_t)(void*, uintptr_t, void*, va_list);
+typedef uint32_t (*uFippp_t)(int32_t, void*, void*, void*);
+typedef uint32_t (*uFpipp_t)(void*, int32_t, void*, void*);
+typedef void* (*pFpipp_t)(void*, int32_t, void*, void*);
+typedef void* (*pFpipV_t)(void*, int32_t, void*, ...);
+typedef void* (*pFpipA_t)(void*, int32_t, void*, va_list);
+typedef void* (*pFpupp_t)(void*, uint32_t, void*, void*);
+typedef void* (*pFppip_t)(void*, void*, int32_t, void*);
 typedef void* (*pFpppp_t)(void*, void*, void*, void*);
-typedef void (*vFpiLpp_t)(void*, int64_t, uintptr_t, void*, void*);
-typedef void (*vFppipV_t)(void*, void*, int64_t, void*, ...);
-typedef uint64_t (*uFiippp_t)(int64_t, int64_t, void*, void*, void*);
-typedef uint64_t (*uFiuppp_t)(int64_t, uint64_t, void*, void*, void*);
+typedef void (*vFpiLpp_t)(void*, int32_t, uintptr_t, void*, void*);
+typedef void (*vFppipV_t)(void*, void*, int32_t, void*, ...);
+typedef uint32_t (*uFiippp_t)(int32_t, int32_t, void*, void*, void*);
+typedef uint32_t (*uFiuppp_t)(int32_t, uint32_t, void*, void*, void*);
 typedef void* (*pFppppp_t)(void*, void*, void*, void*, void*);
-typedef void (*vFpiiipp_t)(void*, int64_t, int64_t, int64_t, void*, void*);
-typedef int64_t (*iFpupppp_t)(void*, uint64_t, void*, void*, void*, void*);
-typedef uint64_t (*uFpiippp_t)(void*, int64_t, int64_t, void*, void*, void*);
-typedef void* (*pFppuipp_t)(void*, void*, uint64_t, int64_t, void*, void*);
-typedef void* (*pFppLiiip_t)(void*, void*, uintptr_t, int64_t, int64_t, int64_t, void*);
-typedef int64_t (*iFpppipppp_t)(void*, void*, void*, int64_t, void*, void*, void*, void*);
-typedef int64_t (*iFpppipppppp_t)(void*, void*, void*, int64_t, void*, void*, void*, void*, void*, void*);
-typedef int64_t (*iFpppippppppp_t)(void*, void*, void*, int64_t, void*, void*, void*, void*, void*, void*, void*);
+typedef void (*vFpiiipp_t)(void*, int32_t, int32_t, int32_t, void*, void*);
+typedef int32_t (*iFpupppp_t)(void*, uint32_t, void*, void*, void*, void*);
+typedef uint32_t (*uFpiippp_t)(void*, int32_t, int32_t, void*, void*, void*);
+typedef void* (*pFppuipp_t)(void*, void*, uint32_t, int32_t, void*, void*);
+typedef void* (*pFppLiiip_t)(void*, void*, uintptr_t, int32_t, int32_t, int32_t, void*);
+typedef int32_t (*iFpppipppp_t)(void*, void*, void*, int32_t, void*, void*, void*, void*);
+typedef int32_t (*iFpppipppppp_t)(void*, void*, void*, int32_t, void*, void*, void*, void*, void*, void*);
+typedef int32_t (*iFpppippppppp_t)(void*, void*, void*, int32_t, void*, void*, void*, void*, void*, void*, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(g_atexit, vFp_t) \