Merge pull request #837 from aozima/update_cortex-m_port

[libcpu] cortex-m0 fault handlers always enable.
This commit is contained in:
Bernard Xiong 2017-09-01 10:26:40 +08:00 committed by GitHub
commit bc225a5ef0
3 changed files with 0 additions and 3 deletions

View File

@ -182,7 +182,6 @@ rt_hw_context_switch_to:
MSR MSP, R0
/* enable interrupts at processor level */
CPSIE F
CPSIE I
/* never reach here! */

View File

@ -188,7 +188,6 @@ rt_hw_context_switch_to:
MSR msp, r0
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!

View File

@ -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!