about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlzmatypes.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/wrappedlzmatypes.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/wrappedlzmatypes.h')
-rw-r--r--src/wrapped/generated/wrappedlzmatypes.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/wrapped/generated/wrappedlzmatypes.h b/src/wrapped/generated/wrappedlzmatypes.h
index 56279e7b..c3e78eb2 100644
--- a/src/wrapped/generated/wrappedlzmatypes.h
+++ b/src/wrapped/generated/wrappedlzmatypes.h
@@ -12,14 +12,14 @@
 #endif
 
 typedef void (*vFpp_t)(void*, void*);
-typedef int64_t (*iFpU_t)(void*, uint64_t);
-typedef int64_t (*iFpp_t)(void*, void*);
-typedef int64_t (*iFpui_t)(void*, uint64_t, int64_t);
-typedef int64_t (*iFpUi_t)(void*, uint64_t, int64_t);
-typedef int64_t (*iFppi_t)(void*, void*, int64_t);
-typedef int64_t (*iFpppL_t)(void*, void*, void*, uintptr_t);
-typedef int64_t (*iFpppppL_t)(void*, void*, void*, void*, void*, uintptr_t);
-typedef int64_t (*iFpupppLppL_t)(void*, uint64_t, void*, void*, void*, uintptr_t, void*, void*, uintptr_t);
+typedef int32_t (*iFpU_t)(void*, uint64_t);
+typedef int32_t (*iFpp_t)(void*, void*);
+typedef int32_t (*iFpui_t)(void*, uint32_t, int32_t);
+typedef int32_t (*iFpUi_t)(void*, uint64_t, int32_t);
+typedef int32_t (*iFppi_t)(void*, void*, int32_t);
+typedef int32_t (*iFpppL_t)(void*, void*, void*, uintptr_t);
+typedef int32_t (*iFpppppL_t)(void*, void*, void*, void*, void*, uintptr_t);
+typedef int32_t (*iFpupppLppL_t)(void*, uint32_t, void*, void*, void*, uintptr_t, void*, void*, uintptr_t);
 
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(lzma_index_end, vFpp_t) \