Subversion Repositories Kolibri OS

Rev

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

Rev 6845 Rev 6846
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: 6845 $
8
$Revision: 6846 $
9
 
9
 
10
; FAT external functions
10
; FAT external functions
11
;   in:
11
;   in:
Line 2705... Line 2705...
2705
.error:
2705
.error:
2706
        push    eax
2706
        push    eax
2707
@@:
2707
@@:
2708
        call    fat_unlock
2708
        call    fat_unlock
2709
        pop     eax edi
2709
        pop     eax edi
2710
        xor     ebx, ebx
-
 
2711
        ret
2710
        ret
Line 2712... Line 2711...
2712
 
2711
 
2713
.eof:
2712
.eof:
-
 
2713
        push    ERROR_END_OF_FILE
2714
        push    ERROR_END_OF_FILE
2714
        xor     ebx, ebx
Line 2715... Line 2715...
2715
        jmp     @b
2715
        jmp     @b
2716
 
2716
 
2717
.device_err2:
2717
.device_err2: