소스 검색

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