Subversion Repositories Kolibri OS

Rev

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

Rev 9045 Rev 9185
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. 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: 9045 $
8
$Revision: 9185 $
9
 
9
 
10
ERROR_SUCCESS        = 0
10
ERROR_SUCCESS        = 0
11
ERROR_DISK_BASE      = 1
11
ERROR_DISK_BASE      = 1
Line 117... Line 117...
117
;         jmp     file_system_lfn
117
;         jmp     file_system_lfn
Line 118... Line 118...
118
 
118
 
Line -... Line 119...
-
 
119
 
-
 
120
; System function 70
-
 
121
 
-
 
122
; file_system_lfn_protected returns values not in registers, but in their images
-
 
123
; on stack. Make a short wrapper to actually return values in registers.
-
 
124
file_system_lfn_protected_registers:
-
 
125
        pushad
-
 
126
        call    file_system_lfn_protected
119
 
127
        popad
120
; System function 70
128
        ret
121
 
129
 
122
file_system_lfn_protected:
130
file_system_lfn_protected:
123
        pushad
131
        pushad