Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3303 → Rev 3304

/kernel/trunk/core/syscall.inc
41,7 → 41,7
call protect_from_terminate
 
movzx eax, byte [esp+28]
mov edx, dword [esp+24]
mov edx, dword [esp+20]
call dword [servetable2 + eax * 4]
 
call unprotect_from_terminate
68,7 → 68,7
cld
call protect_from_terminate
movzx eax, byte [esp+28]
mov edx, dword [esp+24]
mov edx, dword [esp+20]
call dword [servetable2 + eax * 4]
call unprotect_from_terminate
popad
95,7 → 95,7
call protect_from_terminate
 
movzx eax, byte [esp+28]
mov edx, dword [esp+24]
mov edx, dword [esp+20]
call dword [servetable2 + eax * 4]
 
call unprotect_from_terminate