Fix of previous commit

git-svn-id: svn://kolibrios.org@1193 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2009-10-02 19:59:04 +00:00
parent d5c54dd1d0
commit cc16ee7b51

View File

@ -119,7 +119,7 @@ stack_handler:
je .exit
mov [last_1hsTick], eax
call tcp_tx_handler
; call tcp_tx_handler
.sec_tick:
@ -134,7 +134,7 @@ stack_handler:
call ARP_decrease_entry_ttls
call IPv4_decrease_fragment_ttls
call tcp_tcb_handler
; call tcp_tcb_handler
.exit:
ret