From c9e26567fd77c0a1409aec596ca9e73c90a9a5ce Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Sat, 23 Mar 2013 16:46:22 +0000 Subject: [PATCH] Fixed wait_event call for tcp_input. git-svn-id: svn://kolibrios.org@3407 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/network/tcp_input.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/branches/net/network/tcp_input.inc b/kernel/branches/net/network/tcp_input.inc index c639459d3c..704a6a990e 100644 --- a/kernel/branches/net/network/tcp_input.inc +++ b/kernel/branches/net/network/tcp_input.inc @@ -84,6 +84,7 @@ TCP_process_input: .wait: mov eax, [TCP_input_event] + mov ebx, [eax + EVENT.id] call wait_event .loop: