Subversion Repositories Kolibri OS

Rev

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

Rev 8866 Rev 8867
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2021. 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: 8866 $
8
$Revision: 8867 $
Line 9... Line 9...
9
 
9
 
Line 940... Line 940...
940
        add     ecx, 3
940
        add     ecx, 3
941
        shr     ecx, 2
941
        shr     ecx, 2
942
        rep movsd
942
        rep movsd
Line 943... Line 943...
943
 
943
 
944
        cmp     [thread_count], ebx
944
        cmp     [thread_count], ebx
945
        adc     dword [thread_count], 0   ; update number of processes
945
        adc     [thread_count], 0   ; update number of processes
946
        shl     ebx, 8
946
        shl     ebx, 8
947
        lea     edx, [ebx+SLOT_BASE+APP_EV_OFFSET]
947
        lea     edx, [ebx+SLOT_BASE+APP_EV_OFFSET]
948
        mov     [SLOT_BASE+APPDATA.fd_ev+ebx], edx
948
        mov     [SLOT_BASE+APPDATA.fd_ev+ebx], edx