Subversion Repositories Kolibri OS

Rev

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

Rev 9034 Rev 9430
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2020. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2020. 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: 9034 $
8
$Revision: 9430 $
9
 
9
 
Line 170... Line 170...
170
srv_handlerEx:
170
srv_handlerEx:
171
        cmp     ecx, OS_BASE
171
        cmp     ecx, OS_BASE
172
        jae     .fail
172
        jae     .fail
Line 173... Line 173...
173
 
173
 
-
 
174
        mov     eax, [ecx+handle]
-
 
175
 
-
 
176
        cmp     eax, OS_BASE
-
 
177
        jae     .fail
174
        mov     eax, [ecx+handle]
178
 
175
        cmp     [eax+SRV.magic], ' SRV'
179
        cmp     [eax+SRV.magic], ' SRV'
Line 176... Line 180...
176
        jne     .fail
180
        jne     .fail
177
 
181