Fixed wait_event call for tcp_input.

git-svn-id: svn://kolibrios.org@3407 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-03-23 16:46:22 +00:00
parent 4398dd7c40
commit c9e26567fd

View File

@ -84,6 +84,7 @@ TCP_process_input:
.wait:
mov eax, [TCP_input_event]
mov ebx, [eax + EVENT.id]
call wait_event
.loop: