Subversion Repositories Kolibri OS

Rev

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

Rev 7165 Rev 7276
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: 7165 $
8
$Revision: 7276 $
Line 9... Line 9...
9
 
9
 
Line 927... Line 927...
927
        mov     ecx, [xsave_area_size]
927
        mov     ecx, [xsave_area_size]
928
        add     ecx, 3
928
        add     ecx, 3
929
        shr     ecx, 2
929
        shr     ecx, 2
930
        rep movsd
930
        rep movsd
Line 931... Line 931...
931
 
931
 
932
        cmp     ebx, [TASK_COUNT]
-
 
933
        jle     .noinc
932
        cmp     [TASK_COUNT], ebx
934
        inc     dword [TASK_COUNT]     ;update number of processes
-
 
935
.noinc:
933
        adc     dword [TASK_COUNT], 0   ; update number of processes
936
        shl     ebx, 8
934
        shl     ebx, 8
937
        lea     edx, [ebx+SLOT_BASE+APP_EV_OFFSET]
935
        lea     edx, [ebx+SLOT_BASE+APP_EV_OFFSET]
938
        mov     [SLOT_BASE+APPDATA.fd_ev+ebx], edx
936
        mov     [SLOT_BASE+APPDATA.fd_ev+ebx], edx