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

@ -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