forked from KolibriOS/kolibrios
RTL8169: set zero flag when transmit succeeded
git-svn-id: svn://kolibrios.org@5126 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
05b202fbbc
commit
68f4210d52
@ -1098,8 +1098,8 @@ proc transmit stdcall bufferptr, buffersize
|
|||||||
add dword [ebx + device.bytes_tx], eax
|
add dword [ebx + device.bytes_tx], eax
|
||||||
adc dword [ebx + device.bytes_tx + 4], 0
|
adc dword [ebx + device.bytes_tx + 4], 0
|
||||||
|
|
||||||
xor eax, eax
|
|
||||||
popf
|
popf
|
||||||
|
xor eax, eax
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.fail:
|
.fail:
|
||||||
|
Loading…
Reference in New Issue
Block a user