Subversion Repositories Kolibri OS

Rev

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

Rev 1072 Rev 1074
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 1072 $
8
$Revision: 1074 $
Line 9... Line 9...
9
 
9
 
Line 953... Line 953...
953
	   mov eax, [slot]
953
       mov eax, [slot]
954
	   mov ebx, eax
954
       mov ebx, eax
Line 955... Line 955...
955
 
955
 
956
	   shl eax, 8
956
       shl eax, 8
957
	   mov [eax+SLOT_BASE+APPDATA.fpu_state], edi
957
       mov [eax+SLOT_BASE+APPDATA.fpu_state], edi
958
	   mov [eax+SLOT_BASE+APPDATA.fpu_handler], 0
958
       mov [eax+SLOT_BASE+APPDATA.exc_handler], 0
Line 959... Line 959...
959
	   mov [eax+SLOT_BASE+APPDATA.sse_handler], 0
959
       mov [eax+SLOT_BASE+APPDATA.except_mask], 0
960
 
960
 
961
;set default io permission map
961
;set default io permission map
962
	   mov [eax+SLOT_BASE+APPDATA.io_map],\
962
       mov [eax+SLOT_BASE+APPDATA.io_map],\