提交 28aa7771 编写于 作者: Y YOUR_NAME

fix: no exception information output, when the system is abnormal

after holding the scheduling lock in SMP.

Change-Id: Ib10128fede9aa3e00269f1265089a917ffd96d88
上级 0ed8adfe
......@@ -205,7 +205,9 @@ _osExceptSwiHdl:
PUSH_FPU_REGS R1
MOV FP, #0 @ Init frame pointer
CPSIE I
BLX OsArmA32SyscallHandle
CPSID I
POP_FPU_REGS R1
ADD SP, SP,#4
......@@ -329,9 +331,7 @@ _osExcPageFault:
MOV R5, R0
MOV R8, R2
MOV R9, R3
CPSIE I
BLX OsArmSharedPageFault
CPSID I
POP_FPU_REGS R1
MOV SP, R4
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册