From f466364b8a3858e7b3f19258d142851cb4a7e6d6 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 11 Aug 2025 19:04:26 -0400 Subject: remove _initData, replace with enum indexes --- include/syscall.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/syscall.h') diff --git a/include/syscall.h b/include/syscall.h index e70ba82..9025f57 100644 --- a/include/syscall.h +++ b/include/syscall.h @@ -21,12 +21,10 @@ enum /**@ENUM objdir invokes*/ enum { - /*[target path][u8 funcid][u8 ret]*/ - INVOKE_OBJDIR_NMEMB = 0, /*[target path][u8 funcid][u8 memb][u16 ret]*/ INVOKE_OBJDIR_GETMEMB, /*[target path][u8 funcid][u8 ret]*/ - INVOKE_OBJDIR_LASTFREE + INVOKE_OBJDIR_LASTMEMB }; /**@ENUM untyped invokes*/ enum -- cgit v1.2.1