支持obj map & 与更多用户态接口支持

This commit is contained in:
zhangzheng
2023-08-28 23:54:33 +08:00
parent dadfda135c
commit 24ed049af7
16 changed files with 214 additions and 33 deletions

View File

@@ -30,5 +30,5 @@ typedef struct msg_tag
msg_tag_init(((umword_t)(t)&0xf) | (((umword_t)(t2)&0xff) << 4) | (((umword_t)(p)) << 12))
#define msg_tag_get_prot(tag) \
((mword_t)((tag).prot))
((int16_t)((tag).prot))