Subversion Repositories Kolibri OS

Rev

Rev 9715 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9715 Rev 9911
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2013-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2013-2022. 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: 9715 $
8
$Revision: 9911 $
9
 
9
 
10
 
10
 
Line 150... Line 150...
150
        mov     [ebx], eax
150
        mov     [ebx], eax
151
.exit_2:
151
.exit_2:
152
        xor     eax, eax
152
        xor     eax, eax
153
        inc     eax     ; error
153
        inc     eax     ; error
154
.exit_1:
154
.exit_1:
155
        mov     [esp + 32], eax
155
        mov     [esp + SYSCALL_STACK.eax], eax
156
.exit:
156
.exit:
157
        ret
157
        ret
158
;------------------------------------------------------------------------------
158
;------------------------------------------------------------------------------
159
uglobal
159
uglobal
160
align 4
160
align 4