portable/GCC/MSPFR5969: fixed wrong asm instruction (mow.w -> mov.w)

This commit is contained in:
Rafal Babski 2020-06-25 14:03:18 +01:00
parent 1c97b7f5c4
commit f1c9c93cbf

View file

@ -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" \