From 75882efdc9b67991562e056911bae8e7827c7448 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Sat, 18 May 2013 10:55:03 +0000 Subject: [PATCH] Removed code trap (shouldnt have been comitted in the first place). git-svn-id: svn://kolibrios.org@3523 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/network/stack.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kernel/branches/net/network/stack.inc b/kernel/branches/net/network/stack.inc index 0748c111f6..b0783c9ade 100644 --- a/kernel/branches/net/network/stack.inc +++ b/kernel/branches/net/network/stack.inc @@ -268,11 +268,6 @@ stack_handler: cmp [NET_RUNNING], 0 je .exit - cmp [UDP_PACKETS_TX], 50 - jb @f - DEBUGF 1, "\n\nCRAP!\n\n" - jmp $ - @@: ; Test for 10ms tick mov eax, [timer_ticks]