Subversion Repositories Kolibri OS

Rev

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

Rev 8985 Rev 8986
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: 8869 $
8
$Revision: 8986 $
9
 
9
 
Line 386... Line 386...
386
        mov     eax, 70
386
        mov     eax, 70
387
        lea     ebx, [cmd]
387
        lea     ebx, [cmd]
388
        pushad
388
        pushad
389
        cld
389
        cld
390
        call    protect_from_terminate
390
        call    protect_from_terminate
391
        call    file_system_lfn
391
        call    syscall_file_system_lfn
392
        call    unprotect_from_terminate
392
        call    unprotect_from_terminate
393
        popad
393
        popad
394
        ret
394
        ret
395
endp
395
endp
Line 421... Line 421...
421
        mov     byte [buff+4], al
421
        mov     byte [buff+4], al
422
        mov     [name], ebx
422
        mov     [name], ebx
Line 423... Line 423...
423
 
423
 
424
        pushad
424
        pushad
425
        lea     ebx, [cmd]
425
        lea     ebx, [cmd]
426
        call    file_system_lfn_protected
426
        call    syscall_file_system_lfn_protected
427
        popad
427
        popad
428
        ret
428
        ret
Line 429... Line 429...
429
endp
429
endp