From 944b0f1c94871f9732578b5c115a9d7da6efc45e Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 13 Jun 2018 15:04:31 +0800 Subject: [PATCH] fix annotation error --- libcpu/arm/cortex-m3/context_gcc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/arm/cortex-m3/context_gcc.S b/libcpu/arm/cortex-m3/context_gcc.S index 5181cb2712..2e279c4be9 100644 --- a/libcpu/arm/cortex-m3/context_gcc.S +++ b/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 -- GitLab