Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9439 → Rev 9440

/kernel/trunk/core/dll.inc
174,9 → 174,7
mov eax, [ecx+handle]
 
cmp eax, OS_BASE
jae @f
jmp .fail
@@:
jbe .fail
 
cmp [eax+SRV.magic], ' SRV'
jne .fail
309,6 → 307,7
 
mov ecx, [handler]
mov [eax+SRV.srv_proc], ecx
;dec [count_services]
pop ebx
ret
.fail: