From 46a3a54c0a0e1ce9d8f5705184e46386565d2319 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 11 May 2023 11:26:11 +0200 Subject: Adjust op_call with gluten_offset --- tests/unit/testutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/testutil.h') diff --git a/tests/unit/testutil.h b/tests/unit/testutil.h index 861efb0..638dd0a 100644 --- a/tests/unit/testutil.h +++ b/tests/unit/testutil.h @@ -16,7 +16,7 @@ #include "common/gluten.h" #define STACK_SIZE (1024 * 1024 / 8) - +#define _EMPTY_ { .cont = { false } } static inline void *test_gluten_write_ptr(struct gluten *g, const struct gluten_offset x) { -- cgit v1.2.3