Subversion Repositories Kolibri OS

Rev

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

Rev 709 Rev 1270
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: 1270 $
9
 
9
 
Line 370... Line 370...
370
	ret
370
	ret
371
.notfound_try:
371
.notfound_try:
372
        mov     edi, fs_additional_handlers
372
        mov     edi, fs_additional_handlers
373
@@:
373
@@:
374
        cmp     dword [edi], 0
374
        cmp     dword [edi], 0
375
        jz      @f
375
        jz      .notfound
376
        call    dword [edi]
376
        call    dword [edi]
377
        scasd
377
        scasd
378
        scasd
378
        scasd
379
        jmp     @b
379
        jmp     @b
380
.notfound:
380
.notfound: