Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8873 → Rev 8874

/kernel/trunk/core/sched.inc
309,7 → 309,7
xor eax, eax
@@:
mov [ebx+APPDATA.wait_param], eax ; retval for wait
mov [edi+TASKDATA.state], 0
mov [edi+TASKDATA.state], TSTATE_RUNNING
.task_found:
mov [scheduler_current+ecx*4], ebx
; If we have selected a thread with higher priority