From 9eed317daf5c7ab54d14539535a75e7652e55b15 Mon Sep 17 00:00:00 2001 From: wuyangyong Date: Sat, 15 Aug 2009 16:07:55 +0000 Subject: [PATCH] trunk\libcpu\arm\stm32\context_rvds.S add NOP in line 186 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@21 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- libcpu/arm/stm32/context_rvds.S | 1 + 1 file changed, 1 insertion(+) diff --git a/libcpu/arm/stm32/context_rvds.S b/libcpu/arm/stm32/context_rvds.S index 7aeefb2257..11e88c351c 100644 --- a/libcpu/arm/stm32/context_rvds.S +++ b/libcpu/arm/stm32/context_rvds.S @@ -183,6 +183,7 @@ rt_hw_interrupt_thread_switch PROC _no_switch BX lr + NOP ENDP -- GitLab