Subversion Repositories Kolibri OS

Rev

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

Rev 1452 Rev 1491
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 1452 $
8
$Revision: 1491 $
9
 
9
 
Line 542... Line 542...
542
	   mov [buff], esi
542
	   mov [buff], esi
543
	   mov byte [buff+4], al
543
	   mov byte [buff+4], al
544
	   mov [name], ebx
544
	   mov [name], ebx
Line 545... Line 545...
545
 
545
 
546
	   pushad
-
 
547
	   push eax
546
	   pushad
548
	   lea eax, [cmd]
547
	   lea ebx, [cmd]
549
	   call file_system_lfn
-
 
550
	   pop eax
548
	   call file_system_lfn
551
	   popad
549
	   popad
552
	   ret
550
	   ret
Line 553... Line 551...
553
endp
551
endp