Subversion Repositories Kolibri OS

Rev

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

Rev 9715 Rev 9823
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-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: 9823 $
9
 
9
 
Line 1139... Line 1139...
1139
        mov     [esp + SYSCALL_STACK._eax], eax
1139
        mov     [esp + SYSCALL_STACK._eax], eax
1140
        ret
1140
        ret
1141
.18:
1141
.18:
1142
        mov     eax, edx
1142
        mov     eax, edx
1143
.19:
1143
.19:
1144
        cmp     ecx, OS_BASE
1144
        stdcall is_string_userspace, ecx
1145
        jae     .fail
1145
        jnz     .fail
1146
        stdcall load_library, ecx, eax
1146
        stdcall load_library, ecx, eax
1147
        mov     [esp + SYSCALL_STACK._eax], eax
1147
        mov     [esp + SYSCALL_STACK._eax], eax
1148
        ret
1148
        ret
1149
.20:
1149
.20:
1150
        mov     eax, edx
1150
        mov     eax, edx