forked from KolibriOS/kolibrios
Fixed wait_event call for tcp_input.
git-svn-id: svn://kolibrios.org@3407 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4398dd7c40
commit
c9e26567fd
@ -84,6 +84,7 @@ TCP_process_input:
|
|||||||
|
|
||||||
.wait:
|
.wait:
|
||||||
mov eax, [TCP_input_event]
|
mov eax, [TCP_input_event]
|
||||||
|
mov ebx, [eax + EVENT.id]
|
||||||
call wait_event
|
call wait_event
|
||||||
|
|
||||||
.loop:
|
.loop:
|
||||||
|
Loading…
Reference in New Issue
Block a user