Subversion Repositories Kolibri OS

Rev

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

Rev 1533 Rev 1534
Line 13... Line 13...
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
14
;;          Version 2, June 1991                                   ;;
14
;;          Version 2, June 1991                                   ;;
15
;;                                                                 ;;
15
;;                                                                 ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
$Revision: 1533 $
18
$Revision: 1534 $
Line 19... Line 19...
19
 
19
 
20
virtual at 0
20
virtual at 0
Line 700... Line 700...
700
 
700
 
701
	mov	ecx, esi
701
	mov	ecx, esi
702
	mov	edi, edx
702
	mov	edi, edx
703
	add	eax, STREAM_SOCKET.rcv
703
	add	eax, STREAM_SOCKET.rcv
-
 
704
	call	SOCKET_ring_read
Line 704... Line 705...
704
	call	SOCKET_ring_read
705
	call	SOCKET_ring_free
Line 705... Line 706...
705
 
706