Subversion Repositories Kolibri OS

Rev

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

Rev 506 Rev 521
Line 1... Line 1...
1
$Revision: 506 $
1
$Revision: 521 $
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 644... Line 644...
644
.nodebug:
644
.nodebug:
645
    popad
645
    popad
Line 646... Line 646...
646
 
646
 
647
           mov ebx, [.slot]
647
           mov ebx, [.slot]
-
 
648
           shl ebx, 8
648
           shl ebx, 8
649
           push ebx
Line 649... Line 650...
649
           mov ebx,[SLOT_BASE+ebx+APPDATA.pl0_stack]
650
           mov ebx,[SLOT_BASE+ebx+APPDATA.pl0_stack]
Line -... Line 651...
-
 
651
 
-
 
652
           stdcall kernel_free, ebx
-
 
653
 
-
 
654
           pop ebx
650
 
655
           mov ebx,[SLOT_BASE+ebx+APPDATA.cur_dir]
651
           stdcall kernel_free, ebx
656
           stdcall kernel_free, ebx
652
 
657
 
Line 653... Line 658...
653
           mov edi, [.slot]
658
           mov edi, [.slot]