Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1082 → Rev 1081

/kernel/trunk/core/v86.inc
925,11 → 925,12
mov cx, [eax*4+2]
mov word [esi-v86_regs.size+v86_regs.cs], cx
and byte [esi-v86_regs.size+v86_regs.eflags+1], not 3
; push ebx
call update_counters
lea edi, [ebx - SLOT_BASE]
shr edi, 3
add edi, TASK_DATA
call find_next_task.found
; pop ebx
; sub ebx, SLOT_BASE
; shr ebx, 8
; mov esi, [CURRENT_TASK]
call do_change_task
popad
iretd