From a7f83ff7c7052191abc77323e4b5f146583d3bd0 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 26 Jan 2023 16:02:04 +0100 Subject: seitan: add return action The return action return a value to the target. Signed-off-by: Alice Frosi --- gluten.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gluten.h') diff --git a/gluten.h b/gluten.h index b20cab6..85254e9 100644 --- a/gluten.h +++ b/gluten.h @@ -49,6 +49,7 @@ enum action_type { A_CONT, A_INJECT, A_INJECT_A, + A_RETURN, }; struct act_call { -- cgit v1.2.3