[KERNEL] Revert previous change

git-svn-id: svn://kolibrios.org@9736 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2022-03-10 11:14:11 +00:00
parent 5e82f613f7
commit 23097ce0e6

View File

@ -490,8 +490,8 @@ ipv4_input:
push eax
mov ax, [edx + IPv4_header.FlagsAndFragmentOffset]
shl ax, 3
xchg al, ah
shl ax, 3
add cx, ax
pop eax
DEBUGF DEBUG_NETWORK_VERBOSE, "IPv4_input: Total Fragment size=%u\n", ecx
@ -1158,4 +1158,4 @@ ipv4_api:
call net_send_event
xor eax, eax
ret
ret