Subversion Repositories Kolibri OS

Rev

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

Rev 7136 Rev 7165
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: 7136 $
8
$Revision: 7165 $
Line 9... Line 9...
9
 
9
 
Line 922... Line 922...
922
        mov     [eax+SLOT_BASE+APPDATA.io_map], ecx
922
        mov     [eax+SLOT_BASE+APPDATA.io_map], ecx
923
        mov     ecx, [SLOT_BASE+256+APPDATA.io_map+4]
923
        mov     ecx, [SLOT_BASE+256+APPDATA.io_map+4]
924
        mov     [eax+SLOT_BASE+APPDATA.io_map+4], ecx
924
        mov     [eax+SLOT_BASE+APPDATA.io_map+4], ecx
Line 925... Line 925...
925
 
925
 
-
 
926
        mov     esi, fpu_data
-
 
927
        mov     ecx, [xsave_area_size]
926
        mov     esi, fpu_data
928
        add     ecx, 3
927
        mov     ecx, 512/4
929
        shr     ecx, 2
Line 928... Line 930...
928
        rep movsd
930
        rep movsd
929
 
931
 
930
        cmp     ebx, [TASK_COUNT]
932
        cmp     ebx, [TASK_COUNT]