完善了irq & shell能够启动起来

This commit is contained in:
zhangzheng
2024-04-09 16:07:36 +00:00
parent c69aa81664
commit 41b1abb388
27 changed files with 180 additions and 129 deletions

View File

@@ -23,7 +23,7 @@
int off = 0; \
int off_map = 0; \
int ret = -1; \
int op_val = op; \
umword_t op_val = op; \
/*拷贝op*/ \
rpc_memcpy(msg_ipc->msg_buf, &op_val, sizeof(op_val)); \
off += rpc_align(sizeof(op_val), __alignof(op)); \