Subversion Repositories Kolibri OS

Rev

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

Rev 709 Rev 732
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 709 $
8
$Revision: 732 $
9
 
9
 
Line 1028... Line 1028...
1028
	   je .done
1028
	   je .done
1029
	   cmp [edx+SRV.magic], ' SRV'
1029
	   cmp [edx+SRV.magic], ' SRV'
1030
	   jne .next
1030
	   jne .next
1031
	   cmp [edx+SRV.size], SRV_SIZE
1031
	   cmp [edx+SRV.size], SRV_SIZE
1032
	   jne .next
1032
	   jne .next
-
 
1033
 
1033
	   mov ebx, [edx+SRV.entry]
1034
           mov ebx, [edx+SRV.entry]
1034
	   mov edx, [edx+SRV.fd]
1035
	   mov edx, [edx+SRV.fd]
-
 
1036
           test ebx, ebx
-
 
1037
           jz .next
-
 
1038
 
1035
	   push edx
1039
           push edx
1036
	   stdcall ebx, dword -1
1040
	   stdcall ebx, dword -1
1037
	   pop edx
1041
	   pop edx
1038
	   jmp .next
1042
	   jmp .next
1039
.done:
1043
.done: