Subversion Repositories Kolibri OS

Rev

Rev 1823 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1823 Rev 2387
Line 1083... Line 1083...
1083
	inc	[device.packets_tx]
1083
        inc     [device.packets_tx]
1084
	mov	eax, [esp+8]
1084
        mov     eax, [esp+8]
1085
	add	dword [device.bytes_tx], eax
1085
        add     dword [device.bytes_tx], eax
1086
	adc	dword [device.bytes_tx + 4], 0
1086
        adc     dword [device.bytes_tx + 4], 0
Line -... Line 1087...
-
 
1087
 
1087
 
1088
        xor     eax, eax
Line 1088... Line 1089...
1088
	ret	8
1089
        ret     8
1089
 
1090
 
1090
  .fail:
1091
  .fail: