Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2603 → Rev 2604

/kernel/branches/net/applications/dll.inc
6,9 → 6,12
lea ecx,[eax+4+4095]
and ecx,not 4095
mcall 68,12
test eax, eax
jz @f
add ecx,-4
mov [eax],ecx
add eax,4
@@:
pop ecx ebx
ret
endp