Subversion Repositories Kolibri OS

Rev

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

Rev 983 Rev 1313
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 983 $
8
$Revision: 1313 $
9
 
9
 
10
 
10
 
Line 298... Line 298...
298
           sub esp, 4          ;space for .hcursor
298
           sub esp, 4          ;space for .hcursor
299
           push ecx
299
           push ecx
300
           push ebx
300
           push ebx
Line 301... Line 301...
301
 
301
 
302
           mov ebx, eax
302
           mov ebx, eax
303
           mov eax, CURSOR_SIZE
303
           mov eax, CURSOR.sizeof
304
           call create_kernel_object
304
           call create_kernel_object
305
           test eax, eax
305
           test eax, eax
Line 306... Line 306...
306
           jz .fail
306
           jz .fail