File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 187187 * ; * memory mode) registers the _usCriticalNesting value and the Stack Pointer
188188 * ; * of the active Task onto the task stack.
189189 * ; *---------------------------------------------------------------------------*/
190- portSAVE_CONTEXT MACRO
190+ portSAVE_CONTEXT MACRO
191191 PUSH AX ; /* Save AX Register to stack. */
192192 PUSH HL
193193 #if __CODE_MODEL__ == __CODE_MODEL_FAR__
217217 * ; * general purpose registers and the CS and ES (only in __far memory mode)
218218 * ; * of the selected task from the task stack.
219219 * ; *---------------------------------------------------------------------------*/
220- portRESTORE_CONTEXT MACRO
220+ portRESTORE_CONTEXT MACRO
221221 MOVW AX , _pxCurrentTCB ; /* Restore the Task stack pointer. */
222222 MOVW HL , AX
223223 MOVW AX , [ HL ]
You can’t perform that action at this time.
0 commit comments