Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9431 → Rev 9432

/kernel/trunk/core/dll.inc
174,7 → 174,9
mov eax, [ecx+handle]
 
cmp eax, OS_BASE
jae .fail
jae @f
jmp .fail
@@:
 
cmp [eax+SRV.magic], ' SRV'
jne .fail