🐛 修复空指针错误的问题

This commit is contained in:
fslongjin
2022-04-25 16:13:52 +08:00
parent dee231d9b8
commit e03cdea153
3 changed files with 13 additions and 9 deletions

View File

@ -11,6 +11,8 @@
#include "../common/printk.h"
#include "gate.h"
// 保存函数调用现场的寄存器
#define SAVE_ALL_REGS \
"cld; \n\t" \