forked from KolibriOS/kolibrios
[KERNEL] Revert previous change
git-svn-id: svn://kolibrios.org@9736 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5e82f613f7
commit
23097ce0e6
@ -490,8 +490,8 @@ ipv4_input:
|
|||||||
|
|
||||||
push eax
|
push eax
|
||||||
mov ax, [edx + IPv4_header.FlagsAndFragmentOffset]
|
mov ax, [edx + IPv4_header.FlagsAndFragmentOffset]
|
||||||
shl ax, 3
|
|
||||||
xchg al, ah
|
xchg al, ah
|
||||||
|
shl ax, 3
|
||||||
add cx, ax
|
add cx, ax
|
||||||
pop eax
|
pop eax
|
||||||
DEBUGF DEBUG_NETWORK_VERBOSE, "IPv4_input: Total Fragment size=%u\n", ecx
|
DEBUGF DEBUG_NETWORK_VERBOSE, "IPv4_input: Total Fragment size=%u\n", ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user