Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 301 → Rev 302

/kernel/trunk/network/stack.inc
658,6 → 658,21
ret
 
nots9:
cmp eax, 10
jnz nots10
 
mov eax,dword[drvr_cable]
test eax,eax
jnz @f ; if function is not implented, return -1
mov al,-1
ret
 
@@:
call dword[drvr_cable]
ret
 
 
nots10:
cmp eax, 254
jnz notdump