From 061659cdc33ce4d2b0f2fffa8ae09f4b84b57edc Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 21 Feb 2023 13:14:43 +0100 Subject: gluten: add reference fields --- gluten.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gluten.h b/gluten.h index ae5e212..c004220 100644 --- a/gluten.h +++ b/gluten.h @@ -53,14 +53,16 @@ enum action_type { }; enum value_type { - IMMEDIATE, - REFERENCE, + IMMEDIATE, + REFERENCE, }; struct act_call { long nr; + bool has_ret; void *args[6]; struct act_context context; + uint16_t ret_off; }; struct act_block { -- cgit v1.2.3