From 170480a068841398b5538ae0598fbfda0e7789b5 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 11 Sep 2023 19:47:26 +0000 Subject: Add gcspawn Signed-off-by: Laurent Bercot --- src/headers/signed-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/headers') diff --git a/src/headers/signed-template b/src/headers/signed-template index b67b2bd..a3b85eb 100644 --- a/src/headers/signed-template +++ b/src/headers/signed-template @@ -1,8 +1,8 @@ #define @TYPE@_PACK @BYTES@ #define @type@_pack uint@BITS@_pack #define @type@_pack_big uint@BITS@_pack_big -#define @type@_unpack uint@BITS@_unpack -#define @type@_unpack_big uint@BITS@_unpack_big +#define @type@_unpack(pack, p) uint@BITS@_unpack(pack, (uint@BITS@_t *)(p)) +#define @type@_unpack_big(pack, p) uint@BITS@_unpack_big(pack, (uint@BITS@_t *)(p)) #define @TYPE@_FMT (1+UINT@BITS@_FMT) #define @type@_fmt int@BITS@_fmt -- cgit v1.2.3