Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6479 → Rev 6480

/drivers/ethernet/RTL8169.asm
1186,7 → 1186,7
;-------------
; Update stats
 
add dword [ebx + device.bytes_rx], eax
add dword [ebx + device.bytes_rx], ecx
adc dword [ebx + device.bytes_rx + 4], 0
inc [ebx + device.packets_rx]