From 54bca55ae5212002f8b5178f3d427cb4f54be233 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 14 Jun 2023 13:32:15 +0200 Subject: cooker: Fix up debugging messages for "return" Signed-off-by: Stefano Brivio --- common/gluten.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/gluten.h b/common/gluten.h index 57b94f4..5e1fb42 100644 --- a/common/gluten.h +++ b/common/gluten.h @@ -168,7 +168,7 @@ struct op_block { struct return_desc { struct gluten_offset val; - int32_t error; + struct gluten_offset error; bool cont; }; -- cgit v1.2.3