中断完善

This commit is contained in:
zhangzheng
2024-04-09 19:28:50 +08:00
parent 6eac1dad30
commit c69aa81664
12 changed files with 87 additions and 82 deletions

View File

@@ -123,7 +123,7 @@ typedef struct thread
umword_t magic; //!< maigc
} thread_t;
static inline void thread_set_msg_buf(thread_t *th, void *msg, void *umsg)
static inline void thread_set_msg_bug(thread_t *th, void *msg, void *umsg)
{
th->msg.msg = msg;
th->msg.umsg = umsg;