Subversion Repositories Kolibri OS

Rev

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

Rev 1310 Rev 1311
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 1310 $
14
$Revision: 1311 $
15
 
15
 
16
 
16
 
Line 506... Line 506...
506
           call [eax+APPOBJ.destroy]
506
           call [eax+APPOBJ.destroy]
507
           DEBUGF 1,"%s",msg_obj_destroy
507
           DEBUGF 1,"%s",msg_obj_destroy
508
           pop esi
508
           pop esi
509
           jmp @B
509
           jmp @B
510
@@:
510
@@:
-
 
511
 
511
           mov eax, [.slot]
512
           mov eax, [.slot]
512
           shl eax, 8
513
           shl eax, 8
513
           mov eax,[SLOT_BASE+eax+APPDATA.dir_table]
514
           stdcall destroy_app_space, [SLOT_BASE+eax+APPDATA.dir_table], [SLOT_BASE+eax+APPDATA.dlls_list_ptr]
514
           stdcall destroy_app_space, eax
-
 
Line 515... Line 515...
515
 
515
 
516
           mov esi, [.slot]
516
           mov esi, [.slot]
517
           cmp [fpu_owner],esi   ; if user fpu last -> fpu user = 1
517
           cmp [fpu_owner],esi   ; if user fpu last -> fpu user = 1