Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8050 → Rev 8051

/kernel/trunk/core/sys32.inc
129,7 → 129,7
mov ax, app_data ; exception
mov ds, ax ; load proper values
mov es, ax ; to registers
cld ; clear the destination flag
cld ; clear the direction flag
movzx ebx, bl
; redirect to V86 manager? (EFLAGS & 0x20000) != 0?
test byte[reg_eflags+2], 2