Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7535 → Rev 7536

/kernel/trunk/network/icmp.inc
214,7 → 214,8
mov [esi + ICMP_header.Type], ICMP_ECHOREPLY
 
mov eax, [esp]
lea esi, [eax + NET_BUFF.data]
mov esi, [eax + NET_BUFF.offset]
add esi, eax
 
; Check frame type
cmp [eax + NET_BUFF.type], NET_BUFF_ETH