Subversion Repositories Kolibri OS

Rev

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

Rev 5074 Rev 5127
Line 785... Line 785...
785
        inc     [ebx + device.packets_tx]
785
        inc     [ebx + device.packets_tx]
786
        mov     eax, [buffersize]
786
        mov     eax, [buffersize]
787
        add     dword[ebx + device.bytes_tx], eax
787
        add     dword[ebx + device.bytes_tx], eax
788
        adc     dword[ebx + device.bytes_tx + 4], 0
788
        adc     dword[ebx + device.bytes_tx + 4], 0
Line 789... Line -...
789
 
-
 
790
        xor     eax, eax
789
 
-
 
790
        popf
791
        popf
791
        xor     eax, eax
Line 792... Line 792...
792
        ret
792
        ret
793
 
793