Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8865 → Rev 8866

/kernel/trunk/core/sys32.inc
629,7 → 629,7
 
; activate window
movzx eax, word [WIN_STACK + esi*2]
cmp eax, [TASK_COUNT]
cmp eax, [thread_count]
jne .dont_activate
pushad
.check_next_window:
719,7 → 719,7
mov eax, 2
mov ecx, SLOT_BASE+2*0x100+APPDATA.debugger_slot
.xd0:
cmp eax, [TASK_COUNT]
cmp eax, [thread_count]
ja .xd1
cmp dword [ecx], esi
jnz @f