From e3daae01d5b636c8422496e6edf42cf9fbf33b4e Mon Sep 17 00:00:00 2001 From: wuyangyong Date: Sat, 15 Aug 2009 15:51:12 +0000 Subject: [PATCH] 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 --- libcpu/arm/stm32/fault_rvds.S | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libcpu/arm/stm32/fault_rvds.S b/libcpu/arm/stm32/fault_rvds.S index e4f0aaa96..90419337a 100644 --- a/libcpu/arm/stm32/fault_rvds.S +++ b/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 - \ No newline at end of file + ENDP + + END -- GitLab