forked from KolibriOS/kolibrios
Fix of previous commit
git-svn-id: svn://kolibrios.org@1193 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d5c54dd1d0
commit
cc16ee7b51
@ -119,7 +119,7 @@ stack_handler:
|
|||||||
je .exit
|
je .exit
|
||||||
|
|
||||||
mov [last_1hsTick], eax
|
mov [last_1hsTick], eax
|
||||||
call tcp_tx_handler
|
; call tcp_tx_handler
|
||||||
|
|
||||||
.sec_tick:
|
.sec_tick:
|
||||||
|
|
||||||
@ -134,7 +134,7 @@ stack_handler:
|
|||||||
|
|
||||||
call ARP_decrease_entry_ttls
|
call ARP_decrease_entry_ttls
|
||||||
call IPv4_decrease_fragment_ttls
|
call IPv4_decrease_fragment_ttls
|
||||||
call tcp_tcb_handler
|
; call tcp_tcb_handler
|
||||||
|
|
||||||
.exit:
|
.exit:
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user