forked from KolibriOS/kolibrios
Return 0 in ebx when there is no error
git-svn-id: svn://kolibrios.org@3659 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0192ef785b
commit
db0d887216
@ -256,6 +256,8 @@ macro SOCKET_init {
|
||||
align 4
|
||||
sys_socket:
|
||||
|
||||
mov dword[esp+24], 0 ; Set error code to 0
|
||||
|
||||
cmp ebx, 255
|
||||
jz SOCKET_debug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user