Subversion Repositories Kolibri OS

Rev

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

Rev 1311 Rev 1316
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1311 $
8
$Revision: 1316 $
9
 
9
 
Line 1555... Line 1555...
1555
	   mov edx, [edx+SRV.fd]
1555
	   mov edx, [edx+SRV.fd]
1556
	   test ebx, ebx
1556
	   test ebx, ebx
1557
	   jz .next
1557
	   jz .next
Line 1558... Line 1558...
1558
 
1558
 
-
 
1559
	   push edx
-
 
1560
       mov ebp, esp
-
 
1561
       push  0
1559
	   push edx
1562
       push -1
-
 
1563
       call ebx
1560
	   stdcall ebx, dword -1
1564
       mov esp, ebp
1561
	   pop edx
1565
	   pop edx
1562
	   jmp .next
1566
	   jmp .next
1563
.done:
1567
.done:
1564
       pop ebp
1568
       pop ebp