Explorar el Código

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
wuyangyong hace 15 años
padre
commit
9eed317daf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      libcpu/arm/stm32/context_rvds.S

+ 1 - 0
libcpu/arm/stm32/context_rvds.S

@@ -183,6 +183,7 @@ rt_hw_interrupt_thread_switch	PROC
 
 _no_switch
 	BX		lr
+	NOP
 
 	ENDP