From 7db570af13eed1e90dd9a166e57e37f58db7d5c7 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 19 Mar 2023 11:52:34 +0100 Subject: 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) --- src/wrapped/generated/wrappedtbbmallocproxytypes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wrapped/generated/wrappedtbbmallocproxytypes.h') diff --git a/src/wrapped/generated/wrappedtbbmallocproxytypes.h b/src/wrapped/generated/wrappedtbbmallocproxytypes.h index 8cdcf36b..149f0c74 100644 --- a/src/wrapped/generated/wrappedtbbmallocproxytypes.h +++ b/src/wrapped/generated/wrappedtbbmallocproxytypes.h @@ -15,9 +15,9 @@ typedef void (*vFp_t)(void*); typedef void* (*pFL_t)(uintptr_t); typedef void (*vFpp_t)(void*, void*); typedef void* (*pFLp_t)(uintptr_t, void*); -typedef int64_t (*iFipp_t)(int64_t, void*, void*); -typedef int64_t (*iFppi_t)(void*, void*, int64_t); -typedef int64_t (*iFppp_t)(void*, void*, void*); +typedef int32_t (*iFipp_t)(int32_t, void*, void*); +typedef int32_t (*iFppi_t)(void*, void*, int32_t); +typedef int32_t (*iFppp_t)(void*, void*, void*); #define SUPER() ADDED_FUNCTIONS() \ GO(_ZdaPv, vFp_t) \ -- cgit 1.4.1