RTL8169: set zero flag when transmit succeeded

git-svn-id: svn://kolibrios.org@5126 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2014-09-15 11:23:03 +00:00
parent 05b202fbbc
commit 68f4210d52

View File

@ -1098,8 +1098,8 @@ proc transmit stdcall bufferptr, buffersize
add dword [ebx + device.bytes_tx], eax
adc dword [ebx + device.bytes_tx + 4], 0
xor eax, eax
popf
xor eax, eax
ret
.fail: