Subversion Repositories Kolibri OS

Rev

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

Rev 3758 Rev 4333
Line 1454... Line 1454...
1454
        inc     [device.packets_tx]
1454
        inc     [device.packets_tx]
1455
        mov     ecx, [esp+8]    ;;;;;
1455
        mov     ecx, [esp+8]    ;;;;;
1456
        add     dword [device.bytes_tx], ecx
1456
        add     dword [device.bytes_tx], ecx
1457
        adc     dword [device.bytes_tx + 4], 0
1457
        adc     dword [device.bytes_tx + 4], 0
Line -... Line 1458...
-
 
1458
 
1458
 
1459
        xor     eax, eax        ; Transmit succesfull
Line 1459... Line 1460...
1459
        ret     8
1460
        ret     8
1460
 
1461
 
1461
  .fail:
-
 
-
 
1462
  .fail:
1462
        DEBUGF  2, "Transmit Failed!\n"
1463
        DEBUGF  2, "Transmit Failed!\n"