瀏覽代碼

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 15 年之前
父節點
當前提交
9eed317daf
共有 1 個文件被更改,包括 1 次插入0 次删除
  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