From 032a7bc4d79efea100a00cf3464bea3249a07ff6 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 4 Sep 2025 12:01:44 -0400 Subject: syscall message unmaps upon invoke --- include/syscall.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/syscall.h') diff --git a/include/syscall.h b/include/syscall.h index 7410acc..e04ff85 100644 --- a/include/syscall.h +++ b/include/syscall.h @@ -38,7 +38,9 @@ enum /*[first path][u8 funcid][second path]*/ INVOKE_UNTYPED_MERGE, /*[target path][u8 funcid][size_t ret]*/ - INVOKE_UNTYPED_ALIGNMENT + INVOKE_UNTYPED_ALIGNMENT, + /*[target path][u8 funcid][u16 type]*/ + INVOKE_UNTYPED_RETYPE, }; #endif -- cgit v1.2.1