Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2923 → Rev 2924

/kernel/branches/net/network/icmp.inc
100,8 → 100,8
 
align 4
uglobal
ICMP_PACKETS_TX rd MAX_IP
ICMP_PACKETS_RX rd MAX_IP
ICMP_PACKETS_TX rd MAX_NET_DEVICES
ICMP_PACKETS_RX rd MAX_NET_DEVICES
endg
 
 
116,7 → 116,7
 
xor eax, eax
mov edi, ICMP_PACKETS_TX
mov ecx, 2*MAX_IP
mov ecx, 2*MAX_NET_DEVICES
rep stosd
 
}