Test getsockopt correctly on async write

This commit is contained in:
John Bintz 2023-04-03 17:57:50 -04:00
parent 338ed94a77
commit 191a4f7cff
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -1673,6 +1673,10 @@ _SocketWaitAsyncWriting_CheckSockopt:
MOVE.L (SP)+,A3
TST.L D0
BMI _SocketWaitAsyncWriting_Error
Dlea IoctlSockOptScratch,A0
MOVE.L (A0),D0
BEQ _SocketWaitAsyncWriting_Ready
; still not ready