瀏覽代碼

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