mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
portable/GCC/MSPFR5969: fixed wrong asm instruction (mow.w -> mov.w)
This commit is contained in:
parent
1c97b7f5c4
commit
f1c9c93cbf
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ volatile uint16_t usCriticalNesting = portINITIAL_CRITICAL_NESTING;
|
||||||
asm volatile ( "mov.w &pxCurrentTCB, r12 \n\t" \
|
asm volatile ( "mov.w &pxCurrentTCB, r12 \n\t" \
|
||||||
"mov.w @r12, sp \n\t" \
|
"mov.w @r12, sp \n\t" \
|
||||||
"pop.w r15 \n\t" \
|
"pop.w r15 \n\t" \
|
||||||
"mow.w r15, &usCriticalNesting \n\t" \
|
"mov.w r15, &usCriticalNesting \n\t" \
|
||||||
"popm.w #12, r15 \n\t" \
|
"popm.w #12, r15 \n\t" \
|
||||||
"nop \n\t" \
|
"nop \n\t" \
|
||||||
"pop.w sr \n\t" \
|
"pop.w sr \n\t" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue