[KERNEL] Fix FIXME
git-svn-id: svn://kolibrios.org@9804 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
be86fc49c6
commit
4cd9e17acd
@ -554,7 +554,6 @@ ipv4_input:
|
||||
mov [edx + IPv4_header.TotalLength], cx
|
||||
add esp, 12
|
||||
xchg cl, ch
|
||||
inc ecx ; FIXME: Why it has to be incremented?
|
||||
push ecx edx ; size and pointer
|
||||
mov edi, [edi_saved]
|
||||
jmp .handle_it ; edx = buf ptr, ecx = size, [esp] buf ptr, [esp+4], total size, ebx=device ptr
|
||||
|
Loading…
Reference in New Issue
Block a user