Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2460 → Rev 2461

/kernel/branches/Kolibri-A/trunk/core/syscall.inc
47,7 → 47,7
; sti
push ecx
xor ecx, ecx
mov cl, al
mov cl, al ; keep subfn# in ah
and cl, 7
call dword [servetable3 + ecx * 4]
pop ecx