浏览代码

Merge pull request #1531 from fanwenl/master

fix annotation error
Bernard Xiong 6 年之前
父节点
当前提交
54674308e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libcpu/arm/cortex-m3/context_gcc.S

+ 1 - 1
libcpu/arm/cortex-m3/context_gcc.S

@@ -188,7 +188,7 @@ _get_sp_done:
     STMFD   r0!, {r4 - r11}         /* push r4 - r11 register */
     STMFD   r0!, {lr}               /* push exec_return register */
 
-    TST     lr, #0x04               /* if(!EXC_RETURN[2])
+    TST     lr, #0x04               /* if(!EXC_RETURN[2]) */
     BEQ     _update_msp
     MSR     psp, r0                 /* update stack pointer to PSP. */
     B       _update_done