Subversion Repositories Kolibri OS

Rev

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

Rev 2434 Rev 2465
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 2434 $
8
$Revision: 2465 $
9
 
9
 
Line 800... Line 800...
800
        jnz     @f
800
        jnz     @f
801
        cmp     dword [file_name+17], 'D.ob'
801
        cmp     dword [file_name+17], 'D.ob'
802
        jnz     @f
802
        jnz     @f
803
        cmp     word [file_name+21], 'j'
803
        cmp     word [file_name+21], 'j'
804
        jnz     @f
804
        jnz     @f
805
        mov     esi, aSis
805
        mov     esi, aHDA
806
        jmp     .redo
806
        jmp     .redo
807
@@:
807
@@:
808
        xor     eax, eax
808
        xor     eax, eax
809
        ret
809
        ret
810
.ok:
810
.ok: