diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-11 19:04:26 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-11 19:04:26 -0400 |
commit | f466364b8a3858e7b3f19258d142851cb4a7e6d6 (patch) | |
tree | a22819dc585c44a6dd0cdd5c6856420443a031eb /include/syscall.h | |
parent | c4f8ef91f18d854a4ede7a94e95b2eab898d6963 (diff) | |
download | jove-kernel-f466364b8a3858e7b3f19258d142851cb4a7e6d6.tar.gz jove-kernel-f466364b8a3858e7b3f19258d142851cb4a7e6d6.tar.bz2 jove-kernel-f466364b8a3858e7b3f19258d142851cb4a7e6d6.zip |
remove _initData, replace with enum indexesmain
Diffstat (limited to 'include/syscall.h')
-rw-r--r-- | include/syscall.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 |