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
This commit is contained in:
wuyangyong 2009-08-15 15:51:12 +00:00
parent f1f5635455
commit e3daae01d5
1 changed files with 4 additions and 2 deletions

View File

@ -28,4 +28,6 @@ rt_hw_hard_fault PROC
ORR lr, lr, #0x04
BX lr
ENDP
END