Explorar o código

trunk\libcpu\arm\stm32\fault_rvds.S add ENDP and END on the end of file

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@20 bbd45198-f89e-11dd-88c7-29a3b14d5316
wuyangyong %!s(int64=15) %!d(string=hai) anos
pai
achega
e3daae01d5
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      libcpu/arm/stm32/fault_rvds.S

+ 4 - 2
libcpu/arm/stm32/fault_rvds.S

@@ -22,10 +22,12 @@
 rt_hw_hard_fault	PROC
 	EXPORT rt_hw_hard_fault
 
-	; get current context 
+	; get current context
 	MRS     r0, psp                 ; get fault thread stack pointer
 	BL		rt_hw_hard_fault_exception
 
 	ORR     lr, lr, #0x04
 	BX		lr
-	
+    ENDP
+
+    END