Subversion Repositories Kolibri OS

Rev

Rev 1519 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1519 Rev 1541
Line 1273... Line 1273...
1273
; update stats
1273
; update stats
1274
	inc	[device.packets_tx]
1274
	inc	[device.packets_tx]
1275
	add	dword [device.bytes_tx], ecx
1275
	add	dword [device.bytes_tx], ecx
1276
	adc	dword [device.bytes_tx+4], 0
1276
	adc	dword [device.bytes_tx+4], 0
Line 1277... Line 1277...
1277
 
1277
 
Line 1278... Line 1278...
1278
	ret
1278
	ret	8
Line 1279... Line 1279...
1279
 
1279