Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5521 → Rev 5522

/kernel/trunk/network/ARP.inc
293,13 → 293,10
DEBUGF DEBUG_NETWORK_VERBOSE, "ARP_input: IP address conflict detected!\n"
 
.exit:
call NET_packet_free
add esp, 4 ; pop (balance stack)
 
DEBUGF DEBUG_NETWORK_VERBOSE, "ARP_input: exiting\n"
call NET_BUFF_free
ret
 
 
;---------------------------------------------------------------------------
;
; ARP_output_request
347,7 → 344,7
movsd ;
popd [edi] ; DestIP
 
push edx eax
push eax
call [ebx + NET_DEVICE.transmit]
ret