提交 bc225a5e 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #837 from aozima/update_cortex-m_port

[libcpu] cortex-m0 fault handlers always enable.
......@@ -182,7 +182,6 @@ rt_hw_context_switch_to:
MSR MSP, R0
/* enable interrupts at processor level */
CPSIE F
CPSIE I
/* never reach here! */
......
......@@ -188,7 +188,6 @@ rt_hw_context_switch_to:
MSR msp, r0
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!
......
......@@ -191,7 +191,6 @@ rt_hw_context_switch_to PROC
MSR msp, r0
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册