Prechádzať zdrojové kódy

update libcpu: cortex-m0 fault handlers always enable.

aozima 7 rokov pred
rodič
commit
cb247e913f

+ 0 - 1
libcpu/arm/cortex-m0/context_gcc.S

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

+ 0 - 1
libcpu/arm/cortex-m0/context_iar.S

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

+ 0 - 1
libcpu/arm/cortex-m0/context_rvds.S

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