[KERNEL] Fix FIXME

git-svn-id: svn://kolibrios.org@9804 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2022-05-02 14:42:34 +00:00
parent be86fc49c6
commit 4cd9e17acd

View File

@ -554,7 +554,6 @@ ipv4_input:
mov [edx + IPv4_header.TotalLength], cx mov [edx + IPv4_header.TotalLength], cx
add esp, 12 add esp, 12
xchg cl, ch xchg cl, ch
inc ecx ; FIXME: Why it has to be incremented?
push ecx edx ; size and pointer push ecx edx ; size and pointer
mov edi, [edi_saved] mov edi, [edi_saved]
jmp .handle_it ; edx = buf ptr, ecx = size, [esp] buf ptr, [esp+4], total size, ebx=device ptr jmp .handle_it ; edx = buf ptr, ecx = size, [esp] buf ptr, [esp+4], total size, ebx=device ptr