Subversion Repositories Kolibri OS

Rev

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

Rev 431 Rev 435
Line 1... Line 1...
1
$Revision: 431 $
1
$Revision: 435 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 965... Line 965...
965
           mov [eax+SLOT_BASE+APPDATA.fpu_handler], 0
965
           mov [eax+SLOT_BASE+APPDATA.fpu_handler], 0
966
           mov [eax+SLOT_BASE+APPDATA.sse_handler], 0
966
           mov [eax+SLOT_BASE+APPDATA.sse_handler], 0
Line 967... Line 967...
967
 
967
 
968
           mov esi, fpu_data
968
           mov esi, fpu_data
-
 
969
           mov ecx, 512/4
969
           mov ecx, 512/4
970
           cld
Line 970... Line 971...
970
           rep movsd
971
           rep movsd
971
 
972
 
972
           cmp    ebx,[TASK_COUNT]
973
           cmp    ebx,[TASK_COUNT]