File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 187
187
* ; * memory mode) registers the _usCriticalNesting value and the Stack Pointer
188
188
* ; * of the active Task onto the task stack.
189
189
* ; *---------------------------------------------------------------------------*/
190
- portSAVE_CONTEXT MACRO
190
+ portSAVE_CONTEXT MACRO
191
191
PUSH AX ; /* Save AX Register to stack. */
192
192
PUSH HL
193
193
#if __CODE_MODEL__ == __CODE_MODEL_FAR__
217
217
* ; * general purpose registers and the CS and ES (only in __far memory mode)
218
218
* ; * of the selected task from the task stack.
219
219
* ; *---------------------------------------------------------------------------*/
220
- portRESTORE_CONTEXT MACRO
220
+ portRESTORE_CONTEXT MACRO
221
221
MOVW AX , _pxCurrentTCB ; /* Restore the Task stack pointer. */
222
222
MOVW HL , AX
223
223
MOVW AX , [ HL ]
You can’t perform that action at this time.
0 commit comments