فهرست منبع

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 15 سال پیش
والد
کامیت
e3daae01d5
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  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