Selaa lähdekoodia

Fix compile warning:
..\..\libcpu\arm\cortex-m3\context_rvds.S(207):
warning: A1581W: Added 2 bytes of padding at address 0xd6

Bright Pan 10 vuotta sitten
vanhempi
commit
0b5958d700
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      libcpu/arm/cortex-m3/context_rvds.S

+ 2 - 1
libcpu/arm/cortex-m3/context_rvds.S

@@ -203,4 +203,5 @@ HardFault_Handler    PROC
     BX      lr
     ENDP
 
-    END
+    NOP
+    END