Test getsockopt correctly on async write
This commit is contained in:
parent
338ed94a77
commit
191a4f7cff
Binary file not shown.
|
@ -1673,6 +1673,10 @@ _SocketWaitAsyncWriting_CheckSockopt:
|
||||||
MOVE.L (SP)+,A3
|
MOVE.L (SP)+,A3
|
||||||
|
|
||||||
TST.L D0
|
TST.L D0
|
||||||
|
BMI _SocketWaitAsyncWriting_Error
|
||||||
|
|
||||||
|
Dlea IoctlSockOptScratch,A0
|
||||||
|
MOVE.L (A0),D0
|
||||||
BEQ _SocketWaitAsyncWriting_Ready
|
BEQ _SocketWaitAsyncWriting_Ready
|
||||||
|
|
||||||
; still not ready
|
; still not ready
|
||||||
|
|
Loading…
Reference in New Issue