Subversion Repositories Kolibri OS

Rev

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

Rev 6876 Rev 6880
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2013-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2013-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: 6876 $
8
$Revision: 6880 $
9
 
9
 
10
; EXT external functions
10
; EXT external functions
11
;   in:
11
;   in:
Line 1938... Line 1938...
1938
        movi    eax, ERROR_FS_FAIL
1938
        movi    eax, ERROR_FS_FAIL
1939
.error_read_subinode:
1939
.error_read_subinode:
1940
.error_get_block:
1940
.error_get_block:
1941
        lea     esp, [edi+32]
1941
        lea     esp, [edi+32]
1942
.error_ret:
1942
.error_ret:
1943
        or      ebx, -1
1943
        xor     ebx, ebx
1944
        push    eax
1944
        push    eax
1945
        call    ext_unlock
1945
        call    ext_unlock
1946
        pop     eax
1946
        pop     eax
1947
        ret
1947
        ret